Index: chrome/browser/sessions/tab_restore_service_helper.h |
=================================================================== |
--- chrome/browser/sessions/tab_restore_service_helper.h (revision 199728) |
+++ chrome/browser/sessions/tab_restore_service_helper.h (working copy) |
@@ -90,6 +90,9 @@ |
// Notifies observers the tabs have changed. |
void NotifyTabsChanged(); |
+ // Notifies observers the service has loaded. |
+ void NotifyLoaded(); |
+ |
// Adds |entry| to the list of entries and takes ownership. If |prune| is true |
// |PruneAndNotify| is invoked. If |to_front| is true the entry is added to |
// the front, otherwise the back. Normal closes go to the front, but |