| Index: chrome/browser/chromeos/login/auth_sync_observer.h
|
| diff --git a/chrome/browser/chromeos/login/auth_sync_observer.h b/chrome/browser/chromeos/login/auth_sync_observer.h
|
| index acfa0631c221e902b02e4914e138bfb156fb47b7..063736aae407f817a194502bec1c9b4beff4828b 100644
|
| --- a/chrome/browser/chromeos/login/auth_sync_observer.h
|
| +++ b/chrome/browser/chromeos/login/auth_sync_observer.h
|
| @@ -35,6 +35,9 @@ class AuthSyncObserver : public BrowserContextKeyedService,
|
| // ProfileSyncServiceObserver implementation.
|
| virtual void OnStateChanged() OVERRIDE;
|
|
|
| + // Called on attempt to restore supervised user token.
|
| + void OnSupervisedTokenLoaded(const std::string& token);
|
| +
|
| Profile* profile_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(AuthSyncObserver);
|
|
|