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

Unified Diff: chrome/common/net/gaia/gaia_constants.cc

Issue 3450021: Cloud print proxy management UI. (Closed)
Patch Set: Fix nits. Created 10 years, 3 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 | « chrome/common/net/gaia/gaia_constants.h ('k') | chrome/common/service_messages_internal.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/net/gaia/gaia_constants.cc
diff --git a/chrome/common/net/gaia/gaia_constants.cc b/chrome/common/net/gaia/gaia_constants.cc
index 60f7fbb315803fec72c94d7a36cff3216eae5b33..810055e08623659159a3bbdfcd4dae13fac0edf8 100644
--- a/chrome/common/net/gaia/gaia_constants.cc
+++ b/chrome/common/net/gaia/gaia_constants.cc
@@ -20,5 +20,7 @@ const char kSyncService[] = "chromiumsync";
const char kTalkService[] = "talk";
// Service name for remoting.
const char kRemotingService[] = "chromoting";
+// Service name for cloud print.
+const char kCloudPrintService[] = "cloudprint";
} // namespace GaiaConstants
« no previous file with comments | « chrome/common/net/gaia/gaia_constants.h ('k') | chrome/common/service_messages_internal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698