| Index: chrome/browser/chromeos/arc/arc_auth_service.h
|
| diff --git a/chrome/browser/chromeos/arc/arc_auth_service.h b/chrome/browser/chromeos/arc/arc_auth_service.h
|
| index 47433878106419cfb70c874282d5be8603c5fdb2..af4f90a726e37b1519bd27d0a989fd5d7610589a 100644
|
| --- a/chrome/browser/chromeos/arc/arc_auth_service.h
|
| +++ b/chrome/browser/chromeos/arc/arc_auth_service.h
|
| @@ -86,6 +86,9 @@ class ArcAuthService : public ArcService,
|
|
|
| // Called to notify that ARC enabled state has been updated.
|
| virtual void OnOptInEnabled(bool enabled) {}
|
| +
|
| + // Called to notify that ARC has been initialized successfully.
|
| + virtual void OnInitialStart() {}
|
| };
|
|
|
| explicit ArcAuthService(ArcBridgeService* bridge_service);
|
|
|