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

Unified Diff: content/browser/indexed_db/indexed_db_fake_backing_store.h

Issue 18023022: Blob support for IDB [Chromium] (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: small cleanup Created 7 years 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: content/browser/indexed_db/indexed_db_fake_backing_store.h
diff --git a/content/browser/indexed_db/indexed_db_fake_backing_store.h b/content/browser/indexed_db/indexed_db_fake_backing_store.h
index 07b63de648b130bdf57c01bf64d9f9a2212f8150..683bb922d83711ff6bd2a55ece00164c6e4c77ef 100644
--- a/content/browser/indexed_db/indexed_db_fake_backing_store.h
+++ b/content/browser/indexed_db/indexed_db_fake_backing_store.h
@@ -13,10 +13,7 @@ namespace content {
class IndexedDBFakeBackingStore : public IndexedDBBackingStore {
public:
- IndexedDBFakeBackingStore()
- : IndexedDBBackingStore(GURL("http://localhost:81"),
- scoped_ptr<LevelDBDatabase>(),
- scoped_ptr<LevelDBComparator>()) {}
+ IndexedDBFakeBackingStore();
virtual std::vector<string16> GetDatabaseNames() OVERRIDE;
virtual bool GetIDBDatabaseMetaData(const string16& name,
IndexedDBDatabaseMetadata*,

Powered by Google App Engine
This is Rietveld 408576698