Index: chrome/browser/sessions/tab_restore_service_observer.h |
=================================================================== |
--- chrome/browser/sessions/tab_restore_service_observer.h (revision 199728) |
+++ chrome/browser/sessions/tab_restore_service_observer.h (working copy) |
@@ -18,6 +18,9 @@ |
// destructor is run. |
virtual void TabRestoreServiceDestroyed(TabRestoreService* service) = 0; |
+ // Sent when TabRestoreService finishes loading. |
+ virtual void TabRestoreServiceLoaded(TabRestoreService* service) {} |
+ |
protected: |
virtual ~TabRestoreServiceObserver() {} |
}; |