Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4172)

Unified Diff: chrome/common/chrome_constants.h

Issue 347793002: Expand the JsonPrefStore's interface to allow for an alternate filename to be specified. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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[];

Powered by Google App Engine
This is Rietveld 408576698