summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-12 05:17:03 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-12 05:17:03 +0000
commitd4a67d5a43e3501c0e3294fd9142212f812a97f7 (patch)
tree95785ca67bbc5a8ac29481c1bfca25dde3517d5f /chrome/common
parent63874f7d052db045735f24472870594ffcc25254 (diff)
downloadchromium_src-d4a67d5a43e3501c0e3294fd9142212f812a97f7.zip
chromium_src-d4a67d5a43e3501c0e3294fd9142212f812a97f7.tar.gz
chromium_src-d4a67d5a43e3501c0e3294fd9142212f812a97f7.tar.bz2
Move kBookmarksFileName from chrome into components/bookmarks.
This is just moving this constant out of chrome/common/chrome_constants.* into its new location so it can be shared by Chrome on iOS. BUG=360616 TEST=None, no functional changes. R=blundell@chromium.org, sky@chromium.org TBR=sky Review URL: https://codereview.chromium.org/224863005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263479 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/chrome_constants.cc1
-rw-r--r--chrome/common/chrome_constants.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc
index a48b24f..e412a9c 100644
--- a/chrome/common/chrome_constants.cc
+++ b/chrome/common/chrome_constants.cc
@@ -151,7 +151,6 @@ const base::FilePath::CharType kAndroidCacheFilename[] = FPL("AndroidCache");
#endif
const base::FilePath::CharType kArchivedHistoryFilename[] =
FPL("Archived History");
-const base::FilePath::CharType kBookmarksFileName[] = FPL("Bookmarks");
const base::FilePath::CharType kCacheDirname[] = FPL("Cache");
const base::FilePath::CharType kCookieFilename[] = FPL("Cookies");
const base::FilePath::CharType kCRLSetFilename[] =
diff --git a/chrome/common/chrome_constants.h b/chrome/common/chrome_constants.h
index be5f121..cd038b1 100644
--- a/chrome/common/chrome_constants.h
+++ b/chrome/common/chrome_constants.h
@@ -56,7 +56,6 @@ extern const wchar_t kBrowserResourcesDll[];
extern const base::FilePath::CharType kAndroidCacheFilename[];
#endif
extern const base::FilePath::CharType kArchivedHistoryFilename[];
-extern const base::FilePath::CharType kBookmarksFileName[];
extern const base::FilePath::CharType kCacheDirname[];
extern const base::FilePath::CharType kCookieFilename[];
extern const base::FilePath::CharType kCRLSetFilename[];