| Index: chrome/browser/android/tab_android.h
|
| diff --git a/chrome/browser/android/tab_android.h b/chrome/browser/android/tab_android.h
|
| index 311218a34f65ff72cd0dd0214c7b9c451226e8dd..befaaaf92fdb0d97a836778ebfa721ee2ca51cfd 100644
|
| --- a/chrome/browser/android/tab_android.h
|
| +++ b/chrome/browser/android/tab_android.h
|
| @@ -136,6 +136,11 @@ class TabAndroid : public CoreTabHelperDelegate,
|
| bool icon_url_changed,
|
| const gfx::Image& image) override;
|
|
|
| + // Returns true if this tab is currently presented in the context of custom
|
| + // tabs. Tabs can be moved between different activities so the returned value
|
| + // might change over the lifetime of the tab.
|
| + bool IsCurrentlyACustomTab();
|
| +
|
| // Methods called from Java via JNI -----------------------------------------
|
|
|
| void Destroy(JNIEnv* env, const base::android::JavaParamRef<jobject>& obj);
|
|
|