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

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

Issue 2445233003: Inline constants for logging. (Closed)
Patch Set: Created 4 years, 2 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 8a683167050d71cad7908148f6cd6aeb97719ea6..dc4f4ac7e1e75d1ba5fa4063f04a0f533564e397 100644
--- a/chrome/browser/chromeos/arc/arc_auth_service.h
+++ b/chrome/browser/chromeos/arc/arc_auth_service.h
@@ -263,6 +263,7 @@ class ArcAuthService : public ArcService,
DISALLOW_COPY_AND_ASSIGN(ArcAuthService);
};
+// Outputs the stringified |state| to |os|. This is only for logging purpose.
Luis Héctor Chávez 2016/10/25 15:27:44 nit: s/purpose/purposes/
hidehiko 2016/10/25 16:50:34 Done.
std::ostream& operator<<(std::ostream& os, const ArcAuthService::State& state);
} // namespace arc
« 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