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

Unified Diff: chrome/android/testshell/testshell_tab.h

Issue 23264020: Move Android to use new Popup Blocker API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added NOTIMPLEMENTED Created 7 years, 4 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/android/testshell/testshell_tab.h
diff --git a/chrome/android/testshell/testshell_tab.h b/chrome/android/testshell/testshell_tab.h
index bb06ad9385f9d5b338d2fa244ea0b70206959141..99a0d6568e844fe1da83e3498a788115f69eff13 100644
--- a/chrome/android/testshell/testshell_tab.h
+++ b/chrome/android/testshell/testshell_tab.h
@@ -16,6 +16,10 @@ class SyncedTabDelegate;
}
namespace chrome {
+struct NavigateParams;
+}
+
+namespace chrome {
namespace android {
class ChromeWebContentsDelegateAndroid;
}
@@ -68,7 +72,7 @@ class TestShellTab : public TabAndroid {
virtual void OnNewTabPageReady() OVERRIDE;
virtual void RunExternalProtocolDialog(const GURL& url) OVERRIDE;
-
+ virtual void HandlePopupNavigation(chrome::NavigateParams* params) OVERRIDE;
virtual int GetSyncId() const OVERRIDE;
virtual void SetSyncId(int sync_id) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698