summaryrefslogtreecommitdiffstats
path: root/chrome/common/pref_names.h
diff options
context:
space:
mode:
authormirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-28 00:07:27 +0000
committermirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-28 00:07:27 +0000
commit161fab4a050150cbf8aca14ecda1647a7b832c34 (patch)
treef74cd06416404eab9be6cac2f23df63516b377ce /chrome/common/pref_names.h
parentaa04dfb4a9760bad611ffb251c991437c120183a (diff)
downloadchromium_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/pref_names.h')
-rw-r--r--chrome/common/pref_names.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 53da7bb..b1f62e3 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -258,6 +258,10 @@ extern const char kMetricsReportingEnabled[];
extern const char kMetricsInitialLogs[];
extern const char kMetricsOngoingLogs[];
+extern const char kProfileLastUsed[];
+extern const char kProfileDirectoryMap[];
+extern const char kProfilesNumCreated[];
+
extern const char kProfileMetrics[];
extern const char kProfilePrefix[];