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-08-12 09:47:05 +0000
committermirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-12 09:47:05 +0000
commitd778d6e82dafff6b141f30a7e741d73672450b6f (patch)
tree6b165d31e724abeeb91df621aa60fb5700697002 /chrome/common/chrome_constants.h
parent9a0c6f5832bda3ccd4a113e46c812ea5f333dab5 (diff)
downloadchromium_src-d778d6e82dafff6b141f30a7e741d73672450b6f.zip
chromium_src-d778d6e82dafff6b141f30a7e741d73672450b6f.tar.gz
chromium_src-d778d6e82dafff6b141f30a7e741d73672450b6f.tar.bz2
Change kNotSignedInProfile to kInitialProfile to better reflect its usage.
Change ProfileManager::GetCurrentProfile to ProfileManager::GetInitialProfile as well. BUG=none TEST=no change in profile behavior Review URL: http://codereview.chromium.org/7619008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96540 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_constants.h')
-rw-r--r--chrome/common/chrome_constants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/chrome_constants.h b/chrome/common/chrome_constants.h
index de208c8..4e89208 100644
--- a/chrome/common/chrome_constants.h
+++ b/chrome/common/chrome_constants.h
@@ -34,7 +34,7 @@ extern const wchar_t kStatusTrayWindowClass[];
extern const wchar_t kMessageWindowClass[];
extern const wchar_t kCrashReportLog[];
extern const wchar_t kTestingInterfaceDLL[];
-extern const char kNotSignedInProfile[];
+extern const char kInitialProfile[];
extern const char kMultiProfileDirPrefix[];
extern const char kStatsFilename[];
extern const wchar_t kBrowserResourcesDll[];