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

Commit a22000d2 authored by Geremy Condra's avatar Geremy Condra Committed by Android (Google) Code Review
Browse files

Merge "DO NOT MERGE remove defunct javascript interface" into jb-dev

parents 137b8f4c 8d197601
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);
    }

    /**