| Index: chrome/browser/extensions/state_store_notification_observer.cc
 | 
| diff --git a/chrome/browser/extensions/state_store_notification_observer.cc b/chrome/browser/extensions/state_store_notification_observer.cc
 | 
| index 3865fb4fbf5953070fef97f1ecc2265902f09052..8af0541c72c07740b958cfd774bed8a429944a67 100644
 | 
| --- a/chrome/browser/extensions/state_store_notification_observer.cc
 | 
| +++ b/chrome/browser/extensions/state_store_notification_observer.cc
 | 
| @@ -23,7 +23,8 @@ StateStoreNotificationObserver::StateStoreNotificationObserver(
 | 
|  StateStoreNotificationObserver::~StateStoreNotificationObserver() {
 | 
|  }
 | 
|  
 | 
| -void StateStoreNotificationObserver::OnSessionRestoreDone() {
 | 
| +void StateStoreNotificationObserver::OnSessionRestoreDone(
 | 
| +    int /* num_tabs_restored */) {
 | 
|    on_session_restored_callback_subscription_.reset();
 | 
|    state_store_->RequestInitAfterDelay();
 | 
|  }
 | 
| 
 |