diff options
author | scottbyer@chromium.org <scottbyer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-27 18:38:25 +0000 |
---|---|---|
committer | scottbyer@chromium.org <scottbyer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-27 18:38:25 +0000 |
commit | 0233759c8f0a17a73899bfed59ae21a777a3d637 (patch) | |
tree | 80d589261b7970c8980eb741fb69430a82dce892 /chrome/common/net/gaia/gaia_constants.h | |
parent | c5a272dbd00c74dffe922523811a4ecbcd7f882b (diff) | |
download | chromium_src-0233759c8f0a17a73899bfed59ae21a777a3d637.zip chromium_src-0233759c8f0a17a73899bfed59ae21a777a3d637.tar.gz chromium_src-0233759c8f0a17a73899bfed59ae21a777a3d637.tar.bz2 |
Cloud print proxy management UI.
Based in the Under-the-Hood section of options, this UI allows mere mortals to turn on and off the cloud print proxy. Currently working on Windows only, behind a flag.
BUG=none
TEST=Open up the options, turn CPP on and off.
Review URL: http://codereview.chromium.org/3450021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60684 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/net/gaia/gaia_constants.h')
-rw-r--r-- | chrome/common/net/gaia/gaia_constants.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |