diff options
Diffstat (limited to 'chrome/common/chrome_constants.h')
-rw-r--r-- | chrome/common/chrome_constants.h | 2 |
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[]; |