| Index: chrome/common/chrome_constants.cc
|
| diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc
|
| index 26ac2513a24afe69cefc5abb7bb2a2bc5fc7bfb1..4a0000c9419df0331b18cf569c7da7f470fd8b64 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("Network Persistent State");
|
| const base::FilePath::CharType kNewTabThumbnailsFilename[] =
|
| FPL("Top Thumbnails");
|
| const base::FilePath::CharType kPreferencesFilename[] = FPL("Preferences");
|
|
|