summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_constants.h
diff options
context:
space:
mode:
authormirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-28 02:16:58 +0000
committermirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-28 02:16:58 +0000
commit29d7025ccb57793c9c09d6c11f8d29131b39df26 (patch)
tree4a18b6ae6d2415875cd1eb703e6c42b34cf6236b /chrome/common/chrome_constants.h
parent53a0afa4218c19221e2df65b664a7d42f72fc2e0 (diff)
downloadchromium_src-29d7025ccb57793c9c09d6c11f8d29131b39df26.zip
chromium_src-29d7025ccb57793c9c09d6c11f8d29131b39df26.tar.gz
chromium_src-29d7025ccb57793c9c09d6c11f8d29131b39df26.tar.bz2
With this implementation, logging on to sync logs you in to the multiprofile system (if --multi-profiles flag is on).
A drop-down menu then appears, from which you can create a new profile; this will open a browser window from which you can sync to a different Google account. When the browser is shut down, the active profile is saved. This profile will be used when the browser is reopened. Many things need to be added -- there's no duplicate checking, no way to delete a profile, and no color scheme -- etc. This is just the most basic multi-profile functionality. BUG=60105 TEST=existing tests; full suite to come. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=83261 Review URL: http://codereview.chromium.org/6881054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83284 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_constants.h')
-rw-r--r--chrome/common/chrome_constants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/chrome_constants.h b/chrome/common/chrome_constants.h
index 4cc992d..e6d8fbe 100644
--- a/chrome/common/chrome_constants.h
+++ b/chrome/common/chrome_constants.h
@@ -31,6 +31,7 @@ extern const wchar_t kMessageWindowClass[];
extern const wchar_t kCrashReportLog[];
extern const wchar_t kTestingInterfaceDLL[];
extern const char kNotSignedInProfile[];
+extern const char kMultiProfileDirPrefix[];
extern const char kStatsFilename[];
extern const wchar_t kBrowserResourcesDll[];
extern const wchar_t kNaClAppName[];