Index: chrome/browser/android/tab_android.h |
diff --git a/chrome/browser/android/tab_android.h b/chrome/browser/android/tab_android.h |
index 5b4c862d4c77a740cc58103c77acf4a5243bec2e..620eb1b9ea698195ed6e4e0d67a7eb11af5360f2 100644 |
--- a/chrome/browser/android/tab_android.h |
+++ b/chrome/browser/android/tab_android.h |
@@ -14,6 +14,7 @@ |
class GURL; |
class SkBitmap; |
+class TabContents; |
namespace browser_sync { |
class SyncedTabDelegate; |
@@ -34,6 +35,12 @@ class TabAndroid { |
static TabAndroid* GetNativeTab(JNIEnv* env, jobject obj); |
+ static TabContents* GetOrCreateTabContents( |
+ content::WebContents* web_contents); |
+ |
+ static TabContents* InitTabContentsFromView(JNIEnv* env, |
+ jobject content_view); |
+ |
virtual browser_sync::SyncedTabDelegate* GetSyncedTabDelegate() = 0; |
int id() const { |