| 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 8cdf3cae56e158e8e7bdf58f9620ccb21a0c104a..0363f8d0d513b42f38c1625ba4c03af77565fb97 100644
|
| --- a/chrome/browser/chromeos/arc/arc_auth_service.h
|
| +++ b/chrome/browser/chromeos/arc/arc_auth_service.h
|
| @@ -174,6 +174,8 @@ class ArcAuthService : public ArcService,
|
| // ArcAuthContextDelegate:
|
| void OnContextReady() override;
|
| void OnPrepareContextFailed() override;
|
| + void OnAuthCodeRequested(const std::string& auth_code) override;
|
| + void OnAuthCodeFailed() override;
|
|
|
| // ArcAndroidManagementCheckerDelegate:
|
| void OnAndroidManagementChecked(
|
|
|