| Index: chrome/browser/android/tab_android.h
|
| diff --git a/chrome/browser/android/tab_android.h b/chrome/browser/android/tab_android.h
|
| index e76017f7233c61719f167a0c92c7f5facc48074c..f40b41742864e88e950db2e8717f9a5ec39e5abb 100644
|
| --- a/chrome/browser/android/tab_android.h
|
| +++ b/chrome/browser/android/tab_android.h
|
| @@ -163,6 +163,12 @@ class TabAndroid : public CoreTabHelperDelegate,
|
| // favicon is avaliable for current tab.
|
| base::android::ScopedJavaLocalRef<jobject> GetDefaultFavicon(JNIEnv* env,
|
| jobject obj);
|
| +
|
| + void CreateHistoricalTab(JNIEnv* env, jobject obj);
|
| +
|
| + static void CreateHistoricalTabFromContents(
|
| + content::WebContents* web_contents);
|
| +
|
| // Register the Tab's native methods through JNI.
|
| static bool RegisterTabAndroid(JNIEnv* env);
|
|
|
|
|