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

Unified Diff: third_party/WebKit/Source/core/frame/UseCounter.h

Issue 1987563002: [DurableStorage] Add UseCounter and fixed IDL (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: third_party/WebKit/Source/core/frame/UseCounter.h
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h
index 84c6f9be02ffee35a33f0e64a51b8b53e8c0b8e8..2f4c3172e3953ca7b88b9d3e2e612a3e01471d97 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -1181,6 +1181,9 @@ public:
PannerNodeSetOrientation = 1365,
AudioListenerSetPosition = 1366,
AudioListenerSetOrientation = 1367,
+ DurableStoragePersist = 1368,
+ DurableStoragePersisted = 1369,
+ DurableStorageEstimate = 1370,
// Add new features immediately above this line. Don't change assigned
// numbers of any item, and don't reuse removed slots.

Powered by Google App Engine
This is Rietveld 408576698