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

Unified Diff: sky/engine/core/frame/UseCounter.h

Issue 693603005: Remove lots of dead web/ classes. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « no previous file | sky/engine/core/frame/UseCounter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/frame/UseCounter.h
diff --git a/sky/engine/core/frame/UseCounter.h b/sky/engine/core/frame/UseCounter.h
index 8efc77a772fc11f86fc88393eb96b67b3cc62841..9bcd71fee02be99150ea745bad4d05177ee32fe0 100644
--- a/sky/engine/core/frame/UseCounter.h
+++ b/sky/engine/core/frame/UseCounter.h
@@ -66,7 +66,6 @@ public:
WorkerStart = 4,
SharedWorkerStart = 5,
UnprefixedIndexedDB = 9,
- OpenWebDatabase = 10,
UnprefixedRequestAnimationFrame = 13,
PrefixedRequestAnimationFrame = 14,
PrefixedTransitionEndEvent = 18,
@@ -238,8 +237,6 @@ public:
PrefixedCancelAnimationFrame = 304,
PrefixedCancelRequestAnimationFrame = 305,
- OpenWebDatabaseInWorker = 313, // This didn't work because of crbug.com/376039. Available since M37.
- OpenWebDatabaseSyncInWorker = 314, // This didn't work because of crbug.com/376039. Available since M37.
XHRProgressEventPosition = 316,
XHRProgressEventTotalSize = 317,
PrefixedDocumentIsFullscreen = 318,
« no previous file with comments | « no previous file | sky/engine/core/frame/UseCounter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698