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

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

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.h
diff --git a/components/sessions/core/persistent_tab_restore_service.h b/components/sessions/core/persistent_tab_restore_service.h
index ac3ffd4125b2bd86291b083b6fe22f93db741c90..f857df65fb23309118bf7d8899791db4d843ecf6 100644
--- a/components/sessions/core/persistent_tab_restore_service.h
+++ b/components/sessions/core/persistent_tab_restore_service.h
@@ -36,6 +36,8 @@ class SESSIONS_EXPORT PersistentTabRestoreService : public TabRestoreService {
void BrowserClosed(LiveTabContext* context) override;
void ClearEntries() override;
const Entries& entries() const override;
sky 2016/06/24 22:25:47 Why can't you use entries()?
+ Entry* GetMostRecentEntry() override;
+
std::vector<LiveTab*> RestoreMostRecentEntry(
LiveTabContext* context) override;
Tab* RemoveTabEntryById(SessionID::id_type id) override;
« no previous file with comments | « components/sessions/core/in_memory_tab_restore_service.cc ('k') | components/sessions/core/persistent_tab_restore_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698