| Index: chrome/common/chrome_constants.cc
|
| diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc
|
| index b8ba7b330897fa3f2c393f78d9c081296de7e4ad..2701d703d869ad45aa8c55abd7a92d6600006e62 100644
|
| --- a/chrome/common/chrome_constants.cc
|
| +++ b/chrome/common/chrome_constants.cc
|
| @@ -161,8 +161,6 @@ const base::FilePath::CharType kPreviewsOptOutDBFilename[] =
|
| const base::FilePath::CharType kProtectedPreferencesFilenameDeprecated[] =
|
| FPL("Protected Preferences");
|
| const base::FilePath::CharType kReadmeFilename[] = FPL("README");
|
| -const base::FilePath::CharType kSafeBrowsingBaseFilename[] =
|
| - FPL("Safe Browsing");
|
| const base::FilePath::CharType kSecurePreferencesFilename[] =
|
| FPL("Secure Preferences");
|
| const base::FilePath::CharType kServiceStateFileName[] = FPL("Service State");
|
|
|