| Index: content/browser/web_contents/web_contents_android.h
|
| diff --git a/content/browser/web_contents/web_contents_android.h b/content/browser/web_contents/web_contents_android.h
|
| index 514481794eedc0fd29bb8183fcce3674e5c0385d..1e18a1bf4da61f2cf804c2d364cccce26225c80c 100644
|
| --- a/content/browser/web_contents/web_contents_android.h
|
| +++ b/content/browser/web_contents/web_contents_android.h
|
| @@ -88,8 +88,7 @@ class CONTENT_EXPORT WebContentsAndroid
|
| void EvaluateJavaScript(JNIEnv* env,
|
| jobject obj,
|
| jstring script,
|
| - jobject callback,
|
| - jboolean start_renderer);
|
| + jobject callback);
|
|
|
| private:
|
| RenderWidgetHostViewAndroid* GetRenderWidgetHostViewAndroid();
|
|
|