summaryrefslogtreecommitdiffstats
path: root/components/enhanced_bookmarks/persistent_image_store.h
diff options
context:
space:
mode:
authortwellington <twellington@chromium.org>2015-06-29 11:45:32 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-29 18:45:58 +0000
commitd1740360ec10e07397b25342e41e6f638aa30722 (patch)
treee9310247a9bab5e44f29503348daa6e7f058c608 /components/enhanced_bookmarks/persistent_image_store.h
parentf129b8a15d242556a0e0785466b04f600afd584a (diff)
downloadchromium_src-d1740360ec10e07397b25342e41e6f638aa30722.zip
chromium_src-d1740360ec10e07397b25342e41e6f638aa30722.tar.gz
chromium_src-d1740360ec10e07397b25342e41e6f638aa30722.tar.bz2
Delete BookmarkImageAndUrlStore.db if it exists
Delete the file used to store salient image information for enhanced bookmarks. BUG=499415 Review URL: https://codereview.chromium.org/1205203002 Cr-Commit-Position: refs/heads/master@{#336600}
Diffstat (limited to 'components/enhanced_bookmarks/persistent_image_store.h')
-rw-r--r--components/enhanced_bookmarks/persistent_image_store.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/enhanced_bookmarks/persistent_image_store.h b/components/enhanced_bookmarks/persistent_image_store.h
index d6f12f35..0de07e4 100644
--- a/components/enhanced_bookmarks/persistent_image_store.h
+++ b/components/enhanced_bookmarks/persistent_image_store.h
@@ -16,6 +16,8 @@
// data on disk.
class PersistentImageStore : public ImageStore {
public:
+ static const char kBookmarkImageStoreDb[];
+
// Creates a PersistentImageStore in the directory at the given path.
explicit PersistentImageStore(const base::FilePath& path);
bool HasKey(const GURL& page_url) override;