Index: chrome/common/chrome_constants.cc |
diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc |
index 53a35ebafa78c8bb175a6c266d85263ff58228b7..92d88e711cac3b51df31a6bf4bd2f057fbc79f3a 100644 |
--- a/chrome/common/chrome_constants.cc |
+++ b/chrome/common/chrome_constants.cc |
@@ -179,6 +179,8 @@ const base::FilePath::CharType kNewTabThumbnailsFilename[] = |
FPL("Top Thumbnails"); |
const base::FilePath::CharType kOBCertFilename[] = FPL("Origin Bound Certs"); |
const base::FilePath::CharType kPreferencesFilename[] = FPL("Preferences"); |
+const base::FilePath::CharType kProtectedPreferencesFilename[] = |
+ FPL("Protected Preferences"); |
const base::FilePath::CharType kReadmeFilename[] = FPL("README"); |
const base::FilePath::CharType kResetPromptMementoFilename[] = |
FPL("Reset Prompt Memento"); |