diff options
author | mirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-28 00:07:27 +0000 |
---|---|---|
committer | mirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-28 00:07:27 +0000 |
commit | 161fab4a050150cbf8aca14ecda1647a7b832c34 (patch) | |
tree | f74cd06416404eab9be6cac2f23df63516b377ce /chrome/common/chrome_constants.h | |
parent | aa04dfb4a9760bad611ffb251c991437c120183a (diff) | |
download | chromium_src-161fab4a050150cbf8aca14ecda1647a7b832c34.zip chromium_src-161fab4a050150cbf8aca14ecda1647a7b832c34.tar.gz chromium_src-161fab4a050150cbf8aca14ecda1647a7b832c34.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.
Review URL: http://codereview.chromium.org/6881054
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83261 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_constants.h')
-rw-r--r-- | chrome/common/chrome_constants.h | 1 |
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[]; |