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 ca2afe0aafdbb7a8e9d4a7f4e2e16c004a9e41e1..540c991e4f87add1800fbbf54a982bad1c65c8a2 100644 |
--- a/chrome/browser/ui/android/tab_model/tab_model_list.h |
+++ b/chrome/browser/ui/android/tab_model/tab_model_list.h |
@@ -35,7 +35,7 @@ class TabModelList { |
static void RemoveTabModel(TabModel* tab_model); |
static TabModel* GetTabModelForWebContents( |
- content::WebContents* web_contents); |
+ const content::WebContents* web_contents); |
Theresa
2016/06/30 20:50:25
Does this still need to be const?
xingliu
2016/07/01 00:30:39
Done.
|
static TabModel* FindTabModelWithId(SessionID::id_type desired_id); |
static bool IsOffTheRecordSessionActive(); |