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

Unified Diff: chrome/browser/sessions/tab_restore_service_helper.cc

Issue 15131002: Merge 199540 "Fixes couple of bugs triggered on chromeos when re..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1500/src/
Patch Set: 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_helper.cc
===================================================================
--- chrome/browser/sessions/tab_restore_service_helper.cc (revision 199728)
+++ chrome/browser/sessions/tab_restore_service_helper.cc (working copy)
@@ -305,6 +305,11 @@
TabRestoreServiceChanged(tab_restore_service_));
}
+void TabRestoreServiceHelper::NotifyLoaded() {
+ FOR_EACH_OBSERVER(TabRestoreServiceObserver, observer_list_,
+ TabRestoreServiceLoaded(tab_restore_service_));
+}
+
void TabRestoreServiceHelper::AddEntry(Entry* entry,
bool notify,
bool to_front) {
« no previous file with comments | « chrome/browser/sessions/tab_restore_service_helper.h ('k') | chrome/browser/sessions/tab_restore_service_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698