Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3596)

Unified Diff: chrome/browser/android/tab_android.h

Issue 11098008: Adding a WindowAndroidHelper class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nilesh's nits Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..8088648d1667d835bb9bba5887cf67668bf093ea 100644
--- a/chrome/browser/android/tab_android.h
+++ b/chrome/browser/android/tab_android.h
@@ -71,6 +71,9 @@ class TabAndroid {
virtual ~TabAndroid();
int tab_id_;
+
+ private:
+ static void InitTabHelpers(content::WebContents* web_contents);
};
#endif // CHROME_BROWSER_ANDROID_TAB_ANDROID_H_

Powered by Google App Engine
This is Rietveld 408576698