Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d773ca8f authored by Selim Gurun's avatar Selim Gurun
Browse files

remove defunct javascript interface

Bug: 7073422

The feature that is using search box implementation was removed from
browser after Honeycomb. This is to remove the js interface that
is added for this feature.

Change-Id: I9441d461caf189467e4ad45de958c13b81f4ff17
parent f203aeef
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -247,7 +247,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);
    }

    /**