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

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

Issue 1996443003: Return number of values deleted by IDBObjectStore.delete(range) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: deleteRange count Created 4 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: content/browser/indexed_db/indexed_db_database.h
diff --git a/content/browser/indexed_db/indexed_db_database.h b/content/browser/indexed_db/indexed_db_database.h
index 2a6615f744b3df1734620c2e44a0b43976056c08..72d65ce723e985a331cdd2c3e286af32d2ade7c3 100644
--- a/content/browser/indexed_db/indexed_db_database.h
+++ b/content/browser/indexed_db/indexed_db_database.h
@@ -311,6 +311,7 @@ class CONTENT_EXPORT IndexedDBDatabase
PendingDeleteCallList pending_delete_calls_;
ConnectionSet connections_;
+ bool experimental_web_platform_features_enabled_;
DISALLOW_COPY_AND_ASSIGN(IndexedDBDatabase);
};

Powered by Google App Engine
This is Rietveld 408576698