Index: chrome/common/chrome_constants.cc |
diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc |
index 8a3288487463d7ac9edd35e8921181949700bbab..afd38c5fb3f48bdd9c600cb019ee3cec56d7f803 100644 |
--- a/chrome/common/chrome_constants.cc |
+++ b/chrome/common/chrome_constants.cc |
@@ -196,6 +196,8 @@ const base::FilePath::CharType kThemePackFilename[] = FPL("Cached Theme.pak"); |
const base::FilePath::CharType kThumbnailsFilename[] = FPL("Thumbnails"); |
const base::FilePath::CharType kTopSitesFilename[] = FPL("Top Sites"); |
const base::FilePath::CharType kWebAppDirname[] = FPL("Web Applications"); |
+const base::FilePath::CharType kZoomLevelPreferencesFilename[] = |
+ FPL("ZoomLevelPreferences"); |
// File name of the Pepper Flash plugin on different platforms. |
const base::FilePath::CharType kPepperFlashPluginFilename[] = |