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

Unified Diff: chrome/browser/extensions/state_store_notification_observer.h

Issue 902613003: Record the number of tabs in a session restore in SampledProfile (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add more detailed description of meaning of num tabs, given by sky Created 5 years, 10 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/extensions/state_store_notification_observer.h
diff --git a/chrome/browser/extensions/state_store_notification_observer.h b/chrome/browser/extensions/state_store_notification_observer.h
index 63f45a6eaf05f9d554bb7697bf764b213ddd0e5a..8b30127afa93b9da4d6cf302ea6315c5a2e265be 100644
--- a/chrome/browser/extensions/state_store_notification_observer.h
+++ b/chrome/browser/extensions/state_store_notification_observer.h
@@ -22,7 +22,7 @@ class StateStoreNotificationObserver {
private:
// Called when a session restore has finished.
- void OnSessionRestoreDone();
+ void OnSessionRestoreDone(int num_tabs_restored);
StateStore* state_store_; // Not owned.
« no previous file with comments | « chrome/browser/chrome_browser_main_posix.cc ('k') | chrome/browser/extensions/state_store_notification_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698