Chromium Code Reviews| Index: chrome/common/chrome_constants.cc |
| diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc |
| index 26ac2513a24afe69cefc5abb7bb2a2bc5fc7bfb1..7dce482aa8dfac1cf2b75dd1db2db106a9f54dbc 100644 |
| --- a/chrome/common/chrome_constants.cc |
| +++ b/chrome/common/chrome_constants.cc |
| @@ -155,6 +155,8 @@ const base::FilePath::CharType kLocalStateFilename[] = FPL("Local State"); |
| const base::FilePath::CharType kLocalStorePoolName[] = FPL("LocalStorePool"); |
| const base::FilePath::CharType kLoginDataFileName[] = FPL("Login Data"); |
| const base::FilePath::CharType kMediaCacheDirname[] = FPL("Media Cache"); |
| +const base::FilePath::CharType kNetworkPersistentStateFilename[] = |
| + FPL("NetworkPersistentState"); |
|
Bernhard Bauer
2015/02/04 21:48:00
Nit: We write out filenames with spaces in between
Elly Fong-Jones
2015/02/05 23:03:11
Done.
|
| const base::FilePath::CharType kNewTabThumbnailsFilename[] = |
| FPL("Top Thumbnails"); |
| const base::FilePath::CharType kPreferencesFilename[] = FPL("Preferences"); |