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

Unified Diff: chrome/browser/ui/android/tab_model/tab_model_list.h

Issue 2088443003: Shortcut ctrl+shift+T added on android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes based on review feedback. Created 4 years, 6 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 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();

Powered by Google App Engine
This is Rietveld 408576698