| Index: chrome/browser/android/tab_android.h
|
| diff --git a/chrome/browser/android/tab_android.h b/chrome/browser/android/tab_android.h
|
| index 03161b02091c9876e69db479771fcf081a7b31c4..c1ba762e777b9e88efeaf1e07d4a52439a60f82d 100644
|
| --- a/chrome/browser/android/tab_android.h
|
| +++ b/chrome/browser/android/tab_android.h
|
| @@ -104,6 +104,8 @@
|
| // of service and the privacy notice.
|
| virtual bool ShouldWelcomePageLinkToTermsOfService();
|
|
|
| + static void InitTabHelpers(content::WebContents* web_contents);
|
| +
|
| // Register the Tab's native methods through JNI.
|
| static bool RegisterTabAndroid(JNIEnv* env);
|
|
|
|
|