Index: chrome/browser/android/tab_android.h |
diff --git a/chrome/browser/android/tab_android.h b/chrome/browser/android/tab_android.h |
index ce392acf87e6c8e905473a0beeead8dd30ce6a1c..94376cb84917d33b74426befdc3e972539242deb 100644 |
--- a/chrome/browser/android/tab_android.h |
+++ b/chrome/browser/android/tab_android.h |
@@ -173,6 +173,12 @@ class TabAndroid : public CoreTabHelperDelegate, |
static void CreateHistoricalTabFromContents( |
content::WebContents* web_contents); |
+ void UpdateTopControlsState(JNIEnv* env, |
+ jobject obj, |
+ jint constraints, |
+ jint current, |
+ jboolean animate); |
+ |
// Register the Tab's native methods through JNI. |
static bool RegisterTabAndroid(JNIEnv* env); |