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

Unified Diff: third_party/WebKit/Source/core/frame/Deprecation.cpp

Issue 2818173003: Indexed DB: Remove nonstandard IDBFactory.webkitGetDatabaseNames() (Closed)
Patch Set: Remove content_browsertest for wGDN Created 3 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/Deprecation.cpp
diff --git a/third_party/WebKit/Source/core/frame/Deprecation.cpp b/third_party/WebKit/Source/core/frame/Deprecation.cpp
index 270163347edb1ebdcff5f8027b86f5eb56708d52..eaaeaebbc99263d91e68d65e2d2ea4294f80b362 100644
--- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
+++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
@@ -378,10 +378,6 @@ String Deprecation::DeprecationMessage(UseCounter::Feature feature) {
"for more details.",
milestoneString(M62));
- case UseCounter::kV8IDBFactory_WebkitGetDatabaseNames_Method:
- return willBeRemoved("indexedDB.webkitGetDatabaseNames()", M60,
- "5725741740195840");
-
case UseCounter::kVibrateWithoutUserGesture:
return willBeRemoved(
"A call to navigator.vibrate without user tap on the frame or any "

Powered by Google App Engine
This is Rietveld 408576698