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

Unified Diff: chrome/browser/android/tab_android.h

Issue 2088443003: Shortcut ctrl+shift+T added on android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix issues based on 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/android/tab_android.h
diff --git a/chrome/browser/android/tab_android.h b/chrome/browser/android/tab_android.h
index ecc4dff73731f0f901a242921eb9acdca9c8b247..c367fbe92c5a91a048997cd591214909ca6372f2 100644
--- a/chrome/browser/android/tab_android.h
+++ b/chrome/browser/android/tab_android.h
@@ -96,6 +96,8 @@ class TabAndroid : public CoreTabHelperDelegate,
// Return specific id information regarding this TabAndroid.
const SessionID& session_id() const { return session_tab_id_; }
+ const SessionID& window_id() const { return session_window_id_; }
+
int GetAndroidId() const;
int GetSyncId() const;

Powered by Google App Engine
This is Rietveld 408576698