Chromium Code Reviews| 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. |