Merge "DO NOT MERGE remove defunct javascript interface" into jb-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
a22000d244
@@ -245,7 +245,6 @@ class BrowserFrame extends Handler {
|
||||
mWebViewCore = w;
|
||||
|
||||
mSearchBox = new SearchBoxImpl(mWebViewCore, mCallbackProxy);
|
||||
mJavaScriptObjects.put(SearchBoxImpl.JS_INTERFACE_NAME, mSearchBox);
|
||||
|
||||
AssetManager am = context.getAssets();
|
||||
nativeCreateFrame(w, am, proxy.getBackForwardList());
|
||||
@@ -598,8 +597,6 @@ class BrowserFrame extends Handler {
|
||||
}
|
||||
}
|
||||
mRemovedJavaScriptObjects.clear();
|
||||
|
||||
stringByEvaluatingJavaScriptFromString(SearchBoxImpl.JS_BRIDGE);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user