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 9eb92382171efc2db33d6b5a93de004cfd8cfca1..56e71b872d99eb8fe7f0315c8149739e2b4e8c96 100644 |
--- a/content/browser/web_contents/web_contents_android.h |
+++ b/content/browser/web_contents/web_contents_android.h |
@@ -86,6 +86,10 @@ class CONTENT_EXPORT WebContentsAndroid |
jobject obj, |
jstring script, |
jobject callback); |
+ void EvaluateJavaScriptForTests(JNIEnv* env, |
+ jobject obj, |
+ jstring script, |
+ jobject callback); |
void AddMessageToDevToolsConsole(JNIEnv* env, |
jobject jobj, |