| 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);
|
|
|
|
|