Index: chrome/common/chrome_constants.h |
diff --git a/chrome/common/chrome_constants.h b/chrome/common/chrome_constants.h |
index 4b796f18623cab1982f9cc21b8032f3e39c675e9..440c409fa6edf78e46f59d18ceeafde2a052992c 100644 |
--- a/chrome/common/chrome_constants.h |
+++ b/chrome/common/chrome_constants.h |
@@ -76,7 +76,8 @@ 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 kDeprecatedProtectedPreferencesFilename[]; |
+extern const base::FilePath::CharType kSecurePreferencesFilename[]; |
Bernhard Bauer
2014/06/19 15:38:09
Move this down so the constants stay in alphabetic
gab
2014/06/19 16:03:52
I debated that, but I opted to have them side-by-s
sky
2014/06/19 16:03:58
+1
Bernhard Bauer
2014/06/19 17:20:20
I do prefer alphabetic.
The kSupervisedUserSettin
gab
2014/06/19 17:50:10
Done (and changed kDeprecatedProtectedPreferencesF
|
extern const base::FilePath::CharType kReadmeFilename[]; |
extern const base::FilePath::CharType kResetPromptMementoFilename[]; |
extern const base::FilePath::CharType kSafeBrowsingBaseFilename[]; |