diff options
author | scottbyer@chromium.org <scottbyer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-29 22:42:45 +0000 |
---|---|---|
committer | scottbyer@chromium.org <scottbyer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-29 22:42:45 +0000 |
commit | 400bcf7e617fdea911fd73e506d1b2c55c437de9 (patch) | |
tree | 3c626b22fcbdf35c5374cef120a2dc673368ce88 /chrome/common/url_constants.h | |
parent | 9feacce68efb14f50be52bf458ced2c0590f5748 (diff) | |
download | chromium_src-400bcf7e617fdea911fd73e506d1b2c55c437de9.zip chromium_src-400bcf7e617fdea911fd73e506d1b2c55c437de9.tar.gz chromium_src-400bcf7e617fdea911fd73e506d1b2c55c437de9.tar.bz2 |
New Cloud Print Proxy setup UI.
New UI to setup the proxy in Chrome. This UI passed review. New features
include a friendlier layout, a Learn More link, and a Print Test Page button on
the success page. This does not yet bring the UI out from behind a flag; that
will be a separate CL.
BUG=60092
TEST=CloudPrintURLTest.CheckDefaultURLs
Review URL: http://codereview.chromium.org/5285001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67602 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/url_constants.h')
-rw-r--r-- | chrome/common/url_constants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h index e617178..1980b6e 100644 --- a/chrome/common/url_constants.h +++ b/chrome/common/url_constants.h @@ -148,6 +148,7 @@ extern const char kBlobViewInternalsURL[]; // Cloud Print dialog URL components. extern const char kCloudPrintResourcesURL[]; extern const char kCloudPrintResourcesHost[]; +extern const char kCloudPrintSetupHost[]; // Network related URLs. extern const char kNetworkViewCacheURL[]; |