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

Unified Diff: chrome/browser/ui/android/tab_model/tab_model_list.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/browser/ui/android/tab_model/tab_model_list.h
diff --git a/chrome/browser/ui/android/tab_model/tab_model_list.h b/chrome/browser/ui/android/tab_model/tab_model_list.h
index 0d8e0df9ab6910889bae156c1d4af89de7607d25..b4c1cd9ef85f279f94a3d9fe4d5adc088ca9a6e5 100644
--- a/chrome/browser/ui/android/tab_model/tab_model_list.h
+++ b/chrome/browser/ui/android/tab_model/tab_model_list.h
@@ -12,6 +12,10 @@
class Profile;
class TabModel;
+namespace chrome {
+struct NavigateParams;
+}
+
// Stores a list of all TabModel objects.
class TabModelList {
public:
@@ -19,6 +23,7 @@ class TabModelList {
typedef TabModelVector::iterator iterator;
typedef TabModelVector::const_iterator const_iterator;
+ static void HandlePopupNavigation(chrome::NavigateParams* params);
static void AddTabModel(TabModel* tab_model);
static void RemoveTabModel(TabModel* tab_model);
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/browser/ui/android/tab_model/tab_model_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698