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

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

Issue 10968003: Add rendering support to the TestShell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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 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 {

Powered by Google App Engine
This is Rietveld 408576698