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

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: 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..006b91ddc42a2f572e24e85d7367cab4bf39e627 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);
sky 2015/02/04 21:22:11 Be consistent. num_tabs or num_tabs_restored are f
Simon Que 2015/02/05 00:16:01 Done.
StateStore* state_store_; // Not owned.

Powered by Google App Engine
This is Rietveld 408576698