summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_paths_internal.h
diff options
context:
space:
mode:
authorrsimha@chromium.org <rsimha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-29 20:58:54 +0000
committerrsimha@chromium.org <rsimha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-29 20:58:54 +0000
commit78a8d1a4c4a9af6e0e12b2024f2547eeac6b8251 (patch)
tree31427b02a9340a78f9b962f06e9707f99fe38d10 /chrome/common/chrome_paths_internal.h
parentee9b0cb3a428ce9d9f10f2b0b746b224a1fb7fd7 (diff)
downloadchromium_src-78a8d1a4c4a9af6e0e12b2024f2547eeac6b8251.zip
chromium_src-78a8d1a4c4a9af6e0e12b2024f2547eeac6b8251.tar.gz
chromium_src-78a8d1a4c4a9af6e0e12b2024f2547eeac6b8251.tar.bz2
Completely remove CredentialCacheService
Original plans for Win 8 involved running Metro and Desktop from two separate directories and sharing cached sync credentials between them. As of today, it's clear that Strange Singleton Mode is the design that will be in use until Ash. This patch completely removes CredentialCacheService from the chrome codebase, and contains the following changes: 1) Removes credential_cache_service* from chrome/browser/sync 2) Removes methods and notifications from TokenService that were added to support CCS 3) Removes chrome switches that were around to enable CCS 4) Removes helper methods in common/chrome_paths_* for the alternate user data dir. Note: This patch does not remove the kMetroChromeUserDataSubDir constant or update helpers like GetChromeUserDataPaths, because there still is code within chrome that cleans up the old unused Metro user data directory. TBR=nico@chromium.org, erg@chromium.org BUG=162706 Review URL: https://codereview.chromium.org/11414173 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170243 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_paths_internal.h')
-rw-r--r--chrome/common/chrome_paths_internal.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/common/chrome_paths_internal.h b/chrome/common/chrome_paths_internal.h
index fef1a4b..1d91a6f 100644
--- a/chrome/common/chrome_paths_internal.h
+++ b/chrome/common/chrome_paths_internal.h
@@ -25,12 +25,6 @@ namespace chrome {
// DIR_USER_DATA has been overridden by a command-line option.
bool GetDefaultUserDataDirectory(FilePath* result);
-#if defined(OS_WIN)
-// Gets the path to the user data directory for the alternate environment to
-// the one in use (metro or desktop).
-bool GetAlternateUserDataDirectory(FilePath *result);
-#endif
-
// This returns the base directory in which Chrome Frame stores user profiles.
// Note that this cannot be wrapped in a preprocessor define since
// CF and Google Chrome want to share the same binaries.