Chromium Code Reviews| Index: chrome/browser/android/tab_android.h |
| diff --git a/chrome/browser/android/tab_android.h b/chrome/browser/android/tab_android.h |
| index bc52a537d267e99d85be7c61439ce3c3016a2f26..4a6c052263ecf94732c9e3c29cc5c1204883d441 100644 |
| --- a/chrome/browser/android/tab_android.h |
| +++ b/chrome/browser/android/tab_android.h |
| @@ -70,6 +70,8 @@ class TabAndroid { |
| protected: |
| virtual ~TabAndroid(); |
| + static void InitTabHelpers(content::WebContents* web_contents); |
| + |
| int tab_id_; |
| }; |