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

Commit 8d197601 authored by Selim Gurun's avatar Selim Gurun
Browse files

DO NOT MERGE 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.

Clean cherry pick of d773ca8f

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

    /**