| Index: chrome/browser/android/tab_android.h
|
| diff --git a/chrome/browser/android/tab_android.h b/chrome/browser/android/tab_android.h
|
| index 8bb80a4745f437b3556365d9ee3debf3edd61f7f..4b9452331b23730c8b0e68090d84362a7ab89e95 100644
|
| --- a/chrome/browser/android/tab_android.h
|
| +++ b/chrome/browser/android/tab_android.h
|
| @@ -211,6 +211,8 @@ class TabAndroid : public CoreTabHelperDelegate,
|
| jobject obj,
|
| jobject jcontent_view_core);
|
|
|
| + bool HasPrerenderedUrl(JNIEnv* env, jobject obj, jstring url);
|
| +
|
| // Register the Tab's native methods through JNI.
|
| static bool RegisterTabAndroid(JNIEnv* env);
|
|
|
|
|