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

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: Address Comments 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..04850ac5b81b5cecb6e261aacdb6299378180b5b 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 HandleNavigation(chrome::NavigateParams* params);
static void AddTabModel(TabModel* tab_model);
static void RemoveTabModel(TabModel* tab_model);

Powered by Google App Engine
This is Rietveld 408576698