diff options
author | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-15 21:52:28 +0000 |
---|---|---|
committer | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-15 21:52:28 +0000 |
commit | d742d2f41fd7035ef040a1b76bd5bcd93ae9b0ac (patch) | |
tree | 1593105e3c5b59d87bcedbb465eb9d67500f3fdd /chrome/common/url_constants.h | |
parent | 53556e1b386f14de94d97351e47774b97c0ed753 (diff) | |
download | chromium_src-d742d2f41fd7035ef040a1b76bd5bcd93ae9b0ac.zip chromium_src-d742d2f41fd7035ef040a1b76bd5bcd93ae9b0ac.tar.gz chromium_src-d742d2f41fd7035ef040a1b76bd5bcd93ae9b0ac.tar.bz2 |
Facelifts to sync UI
BUG=23136,24858,21596
TEST=SyncSetupWizardTest
Review URL: http://codereview.chromium.org/270081
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29197 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 f59d279..492133e 100644 --- a/chrome/common/url_constants.h +++ b/chrome/common/url_constants.h @@ -73,6 +73,7 @@ extern const char kSyncGaiaLoginPath[]; extern const char kSyncMergeAndSyncPath[]; extern const char kSyncThrobberPath[]; extern const char kSyncSetupFlowPath[]; +extern const char kSyncSetupDonePath[]; // Network related URLs. extern const char kNetworkViewCacheURL[]; |