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

Unified Diff: remoting/base/logging.h

Issue 2661153003: Moving oauth code from host to base to allow code sharing between host and client. (Closed)
Patch Set: Changing CRD_LOG to VLOG(1). Created 3 years, 11 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: remoting/base/logging.h
diff --git a/remoting/base/logging.h b/remoting/base/logging.h
index 47507568690221ef4b6c369b1d7ebe3f909b07e9..9e9a709bef61027a840c9698b120161eaf7e9eac 100644
--- a/remoting/base/logging.h
+++ b/remoting/base/logging.h
@@ -9,9 +9,9 @@
namespace remoting {
-// Chromoting host code should use HOST_LOG instead of LOG(INFO) to bypass
-// the CheckSpamLogging presubmit check. This won't spam chrome output because
-// it runs in the chromoting host processes.
+// Chromoting host code should use HOST_LOG instead of LOG(INFO) to bypass the
+// CheckSpamLogging presubmit check. This won't spam chrome output because it
+// runs in the chromoting host processes.
// In the future we may also consider writing to a log file instead of the
// console.
#define HOST_LOG LOG(INFO)

Powered by Google App Engine
This is Rietveld 408576698