Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(814)

Unified Diff: components/history/core/browser/history_constants.cc

Issue 2040553002: Remove unused constant history::kThumbnailsFilename. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@zzzzsql_diagnostic_thumbnails
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/history/core/browser/history_constants.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/history/core/browser/history_constants.cc
diff --git a/components/history/core/browser/history_constants.cc b/components/history/core/browser/history_constants.cc
index 8cd3a186a96974ba8c8a67d97ebb08802a16c828..6a12b6bd7d3d56501e29160d43ec9a397fbfc5a0 100644
--- a/components/history/core/browser/history_constants.cc
+++ b/components/history/core/browser/history_constants.cc
@@ -13,8 +13,6 @@ const base::FilePath::CharType kFaviconsFilename[] =
FILE_PATH_LITERAL("Favicons");
const base::FilePath::CharType kHistoryFilename[] =
FILE_PATH_LITERAL("History");
-const base::FilePath::CharType kThumbnailsFilename[] =
- FILE_PATH_LITERAL("Thumbnails");
const base::FilePath::CharType kTopSitesFilename[] =
FILE_PATH_LITERAL("Top Sites");
« no previous file with comments | « components/history/core/browser/history_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698