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

Unified Diff: chrome/browser/sessions/tab_restore_service_observer.h

Issue 14620014: Fixes couple of bugs triggered on chromeos when restoring a tab: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: resolve merge Created 7 years, 7 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/sessions/tab_restore_service_observer.h
diff --git a/chrome/browser/sessions/tab_restore_service_observer.h b/chrome/browser/sessions/tab_restore_service_observer.h
index e4d21184ffb9d0faf1b6717556afa860f04178ee..328176a682cf7226bcb320cfae9df12a8da3ef37 100644
--- a/chrome/browser/sessions/tab_restore_service_observer.h
+++ b/chrome/browser/sessions/tab_restore_service_observer.h
@@ -18,6 +18,9 @@ class TabRestoreServiceObserver {
// destructor is run.
virtual void TabRestoreServiceDestroyed(TabRestoreService* service) = 0;
+ // Sent when TabRestoreService finishes loading.
+ virtual void TabRestoreServiceLoaded(TabRestoreService* service) {}
+
protected:
virtual ~TabRestoreServiceObserver() {}
};
« no previous file with comments | « chrome/browser/sessions/tab_restore_service_helper.cc ('k') | chrome/browser/ui/ash/chrome_shell_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698