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

Unified Diff: components/enhanced_bookmarks/image_store.h

Issue 305963004: Add GetStoreSize() to ImageStore to know the actual db size. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 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/enhanced_bookmarks/image_store.h
diff --git a/components/enhanced_bookmarks/image_store.h b/components/enhanced_bookmarks/image_store.h
index a7c7a15da1fcfb4af8200773b5b649955393c318..8d0fa5345dab01c0b14142f33aca3d81f55bc4d5 100644
--- a/components/enhanced_bookmarks/image_store.h
+++ b/components/enhanced_bookmarks/image_store.h
@@ -52,6 +52,8 @@ class ImageStore {
// Moves an image from one url to another.
void ChangeImageURL(const GURL& from, const GURL& to);
+ virtual int64 GetStoreSize() = 0;
sky 2014/05/29 21:51:05 Add description, and it isn't clear what the retur
Kibeom Kim (inactive) 2014/05/29 23:07:15 Done.
+
protected:
base::SequenceChecker sequence_checker_;

Powered by Google App Engine
This is Rietveld 408576698