diff options
Diffstat (limited to 'chrome/common/net/gaia')
-rw-r--r-- | chrome/common/net/gaia/gaia_constants.cc | 2 | ||||
-rw-r--r-- | chrome/common/net/gaia/gaia_constants.h | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/net/gaia/gaia_constants.cc b/chrome/common/net/gaia/gaia_constants.cc index 60f7fbb..810055e 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 diff --git a/chrome/common/net/gaia/gaia_constants.h b/chrome/common/net/gaia/gaia_constants.h index 3daf858..b1a2617 100644 --- a/chrome/common/net/gaia/gaia_constants.h +++ b/chrome/common/net/gaia/gaia_constants.h @@ -18,6 +18,7 @@ extern const char kContactsService[]; extern const char kTalkService[]; extern const char kSyncService[]; extern const char kRemotingService[]; +extern const char kCloudPrintService[]; } // namespace GaiaConstants |