From 48352c11fe849f7f786c43bdfe293dc2c58d12c5 Mon Sep 17 00:00:00 2001 From: "tim@chromium.org" Date: Sat, 15 Aug 2009 01:19:11 +0000 Subject: Some personalization cleanup: - Removes ProfilePersonalization (which is why the CL appears huge) - Makes Profile do the work ProfilePersonalization did for creating PSS - cloudy:stats > about:sync - Removes the cloudy:// scheme and uses chrome:// for resources. (Note SyncResourcesSource is a straight copy of CloudyResourceSource). - Moves prefs and switches to pref_names and chrome_switches. BUG=none TEST=ProfileSyncServiceTest, LiveBookmarkSyncTests, SyncSetupWizardTest Review URL: http://codereview.chromium.org/164544 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23505 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/url_constants.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'chrome/common/url_constants.h') diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h index 12d7651..4b33679 100644 --- a/chrome/common/url_constants.h +++ b/chrome/common/url_constants.h @@ -62,6 +62,13 @@ extern const char kChromeUINewTabHost[]; extern const char kChromeUIThumbnailPath[]; extern const char kChromeUIThemePath[]; +// Sync related URL components. +extern const char kSyncResourcesPath[]; +extern const char kSyncGaiaLoginPath[]; +extern const char kSyncMergeAndSyncPath[]; +extern const char kSyncThrobberPath[]; +extern const char kSyncSetupFlowPath[]; + } // namespace chrome #endif // CHROME_COMMON_URL_CONSTANTS_H_ -- cgit v1.1