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

Unified Diff: third_party/WebKit/public/platform/modules/indexeddb/WebIDBTypes.h

Issue 2125213002: [IndexedDB] Propogating changes to observers : Renderer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lifetime
Patch Set: Post cmumford review Created 4 years, 5 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: third_party/WebKit/public/platform/modules/indexeddb/WebIDBTypes.h
diff --git a/third_party/WebKit/public/platform/modules/indexeddb/WebIDBTypes.h b/third_party/WebKit/public/platform/modules/indexeddb/WebIDBTypes.h
index cf616c458e64398fc15aa423a50a26cf91b5987a..750c9cb9068124ff22c0198fe80b3e1ac07f3355 100644
--- a/third_party/WebKit/public/platform/modules/indexeddb/WebIDBTypes.h
+++ b/third_party/WebKit/public/platform/modules/indexeddb/WebIDBTypes.h
@@ -75,7 +75,9 @@ enum WebIDBOperationType {
WebIDBAdd = 0,
WebIDBPut,
WebIDBDelete,
- WebIDBClear
+ WebIDBClear,
+ WebIDBOperationTypeCount = 4,
dmurph 2016/07/08 18:40:44 Remove the " = 4" here, enums auto increment and t
palakj1 2016/07/08 22:17:54 Done.
+ WebIDBOperationTypeLast = WebIDBClear
};
enum WebIDBTransactionMode {

Powered by Google App Engine
This is Rietveld 408576698