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

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

Issue 10946008: Componentize IgnoreNavigationResourceThrottle and add chrome and webview specific implementations. (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 75bc2ab3d8473e1520f99c5b588efc9fa2c1b78f..5ea1cfaae796610fe2a621651564f50ae8b20b35 100644
--- a/chrome/browser/android/tab_android.h
+++ b/chrome/browser/android/tab_android.h
@@ -19,6 +19,12 @@ namespace browser_sync {
class SyncedTabDelegate;
}
+namespace chrome {
+namespace android {
+class ChromeWebContentsDelegateAndroid;
+}
+}
+
namespace content {
struct ContextMenuParams;
class WebContents;
@@ -35,6 +41,8 @@ class TabAndroid {
static TabAndroid* GetNativeTab(JNIEnv* env, jobject obj);
virtual browser_sync::SyncedTabDelegate* GetSyncedTabDelegate() = 0;
+ virtual chrome::android::ChromeWebContentsDelegateAndroid*
+ GetChromeWebContentsDelegateAndroid() const = 0;
int id() const {
return tab_id_;

Powered by Google App Engine
This is Rietveld 408576698