diff options
author | erikwright@chromium.org <erikwright@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-01 11:48:32 +0000 |
---|---|---|
committer | erikwright@chromium.org <erikwright@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-01 11:48:32 +0000 |
commit | 3d87c09385d3597ad3da77237660cf2d9906be84 (patch) | |
tree | b9f3ebd266ef8c05e722d525066ff2ba4fa21eb8 /chrome/common/chrome_constants.cc | |
parent | cb371f9e93fbc1d9ea1585da97ea8f07241eae36 (diff) | |
download | chromium_src-3d87c09385d3597ad3da77237660cf2d9906be84.zip chromium_src-3d87c09385d3597ad3da77237660cf2d9906be84.tar.gz chromium_src-3d87c09385d3597ad3da77237660cf2d9906be84.tar.bz2 |
Remove code obsoleted by the removal of StarredURLDatabase.
Second attempt - first one caused failures in sync tests that assumed History was initialized if Bookmarks was.
First patch is original CL (https://chromiumcodereview.appspot.com/10874027).
BUG=144050
TEST=sync_integration_tests
Review URL: https://chromiumcodereview.appspot.com/10910036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154613 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_constants.cc')
-rw-r--r-- | chrome/common/chrome_constants.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc index 0435e55..9abe9b8 100644 --- a/chrome/common/chrome_constants.cc +++ b/chrome/common/chrome_constants.cc @@ -136,8 +136,6 @@ const FilePath::CharType kCustomDictionaryFileName[] = FPL("Custom Dictionary.txt"); const FilePath::CharType kExtensionsCookieFilename[] = FPL("Extension Cookies"); const FilePath::CharType kFaviconsFilename[] = FPL("Favicons"); -const FilePath::CharType kHistoryBookmarksFileName[] = - FPL("Bookmarks From History"); const FilePath::CharType kHistoryFilename[] = FPL("History"); const FilePath::CharType kJumpListIconDirname[] = FPL("JumpListIcons"); const FilePath::CharType kLocalStateFilename[] = FPL("Local State"); |