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

Unified Diff: components/history/core/browser/history_backend.h

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
Index: components/history/core/browser/history_backend.h
diff --git a/components/history/core/browser/history_backend.h b/components/history/core/browser/history_backend.h
index b738b4fa0cb946c603d9c4eeb4cf5eb48d8f8c27..0b952b4b4b8ac365694ec5fb0558123917c14526 100644
--- a/components/history/core/browser/history_backend.h
+++ b/components/history/core/browser/history_backend.h
@@ -566,9 +566,6 @@ class HistoryBackend : public base::RefCountedThreadSafe<HistoryBackend>,
ProcessUserChangeRemove);
friend class ::TestingProfile;
- // Computes the name of the specified database on disk.
- base::FilePath GetThumbnailFileName() const;
-
// Returns the name of the Favicons database. This is the new name
// of the Thumbnails database.
base::FilePath GetFaviconsFileName() const;
« no previous file with comments | « components/history/core/browser/expire_history_backend_unittest.cc ('k') | components/history/core/browser/history_backend.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698