summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorerikwright@chromium.org <erikwright@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-01 11:48:32 +0000
committererikwright@chromium.org <erikwright@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-01 11:48:32 +0000
commit3d87c09385d3597ad3da77237660cf2d9906be84 (patch)
treeb9f3ebd266ef8c05e722d525066ff2ba4fa21eb8 /chrome/common
parentcb371f9e93fbc1d9ea1585da97ea8f07241eae36 (diff)
downloadchromium_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')
-rw-r--r--chrome/common/chrome_constants.cc2
-rw-r--r--chrome/common/chrome_constants.h1
2 files changed, 0 insertions, 3 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");
diff --git a/chrome/common/chrome_constants.h b/chrome/common/chrome_constants.h
index 70f6ee9..cdc07e4 100644
--- a/chrome/common/chrome_constants.h
+++ b/chrome/common/chrome_constants.h
@@ -63,7 +63,6 @@ extern const FilePath::CharType kCRLSetFilename[];
extern const FilePath::CharType kCustomDictionaryFileName[];
extern const FilePath::CharType kExtensionsCookieFilename[];
extern const FilePath::CharType kFaviconsFilename[];
-extern const FilePath::CharType kHistoryBookmarksFileName[];
extern const FilePath::CharType kHistoryFilename[];
extern const FilePath::CharType kJumpListIconDirname[];
extern const FilePath::CharType kLocalStateFilename[];