Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(442)

Unified Diff: chrome/browser/chromeos/arc/arc_auth_service.h

Issue 2723263003: arc: Provide more logging for network failures. (Closed)
Patch Set: update Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/arc_auth_service.cc » ('j') | chrome/browser/chromeos/arc/arc_auth_service.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698