| Index: chrome/common/chrome_constants.h
|
| diff --git a/chrome/common/chrome_constants.h b/chrome/common/chrome_constants.h
|
| index 4b796f18623cab1982f9cc21b8032f3e39c675e9..4a5472b8f6f43cdcf9af072b6343bb9027caeb4e 100644
|
| --- a/chrome/common/chrome_constants.h
|
| +++ b/chrome/common/chrome_constants.h
|
| @@ -76,10 +76,11 @@ extern const base::FilePath::CharType kMediaCacheDirname[];
|
| extern const base::FilePath::CharType kNewTabThumbnailsFilename[];
|
| extern const base::FilePath::CharType kOBCertFilename[];
|
| extern const base::FilePath::CharType kPreferencesFilename[];
|
| -extern const base::FilePath::CharType kProtectedPreferencesFilename[];
|
| +extern const base::FilePath::CharType kProtectedPreferencesFilenameDeprecated[];
|
| extern const base::FilePath::CharType kReadmeFilename[];
|
| extern const base::FilePath::CharType kResetPromptMementoFilename[];
|
| extern const base::FilePath::CharType kSafeBrowsingBaseFilename[];
|
| +extern const base::FilePath::CharType kSecurePreferencesFilename[];
|
| extern const base::FilePath::CharType kServiceStateFileName[];
|
| extern const base::FilePath::CharType kShortcutsDatabaseName[];
|
| extern const base::FilePath::CharType kSingletonCookieFilename[];
|
|
|