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

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

Issue 2704383006: arc: Handle metrics for Auth operations. (Closed)
Patch Set: nit in histograms.xml 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/arc_auth_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 b61927a80bbfe3d58eb15e25be1622f767f7d13d..f8bd222204cbe6ba15c22032e69ca2054403547b 100644
--- a/chrome/browser/chromeos/arc/arc_auth_service.h
+++ b/chrome/browser/chromeos/arc/arc_auth_service.h
@@ -40,6 +40,7 @@ class ArcAuthService : public ArcService,
void OnSignInComplete() override;
void OnSignInFailed(mojom::ArcSignInFailureReason reason) override;
void RequestAccountInfo() override;
+ void ReportMetrics(mojom::MetricsType metrics_type, int32_t value) override;
// 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698