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

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: 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/android/tab_android.h
diff --git a/chrome/browser/android/tab_android.h b/chrome/browser/android/tab_android.h
index ecc4dff73731f0f901a242921eb9acdca9c8b247..3b519a47e38a405da7e2aec136e1de9183f4a0db 100644
--- a/chrome/browser/android/tab_android.h
+++ b/chrome/browser/android/tab_android.h
@@ -74,7 +74,7 @@ class TabAndroid : public CoreTabHelperDelegate,
// Convenience method to retrieve the Tab associated with the passed
// WebContents. Can return NULL.
- static TabAndroid* FromWebContents(content::WebContents* web_contents);
+ static TabAndroid* FromWebContents(const content::WebContents* web_contents);
// Returns the native TabAndroid stored in the Java Tab represented by
// |obj|.
@@ -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