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

Unified Diff: components/sessions/core/persistent_tab_restore_service.cc

Issue 2088443003: Shortcut ctrl+shift+T added on android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: set window id for android into TabRestoreService::Tab.browser_id, to select the correct android tab… 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: components/sessions/core/persistent_tab_restore_service.cc
diff --git a/components/sessions/core/persistent_tab_restore_service.cc b/components/sessions/core/persistent_tab_restore_service.cc
index 984c3af264dbecaa1ec7c86cba9328eaf2596948..a8dd8c59d5380d885055aeadda35181418b04d7c 100644
--- a/components/sessions/core/persistent_tab_restore_service.cc
+++ b/components/sessions/core/persistent_tab_restore_service.cc
@@ -948,6 +948,10 @@ const TabRestoreService::Entries& PersistentTabRestoreService::entries() const {
return helper_.entries();
}
+TabRestoreService::Entry* PersistentTabRestoreService::GetMostRecentEntry() {
+ return NULL;
+}
+
std::vector<LiveTab*> PersistentTabRestoreService::RestoreMostRecentEntry(
LiveTabContext* context) {
return helper_.RestoreMostRecentEntry(context);

Powered by Google App Engine
This is Rietveld 408576698