Chromium Code Reviews| 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 f8bd222204cbe6ba15c22032e69ca2054403547b..05e0b1128f0b6c7c15a81d5d1d196df1db011188 100644 |
| --- a/chrome/browser/chromeos/arc/arc_auth_service.h |
| +++ b/chrome/browser/chromeos/arc/arc_auth_service.h |
| @@ -41,6 +41,7 @@ class ArcAuthService : public ArcService, |
| void OnSignInFailed(mojom::ArcSignInFailureReason reason) override; |
| void RequestAccountInfo() override; |
| void ReportMetrics(mojom::MetricsType metrics_type, int32_t value) override; |
| + void Dummy(); |
|
Yusuke Sato
2017/03/01 20:57:09
sort (see my comment in mojom)
|
| // Deprecated methods: |
| // For security reason this code can be used only once and exists for specific |