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

Unified Diff: Source/core/frame/UseCounter.cpp

Issue 1306683007: Permissions API: remove deprecated PermissionStatus.status. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: moar test updates Created 5 years, 3 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
« no previous file with comments | « Source/core/frame/UseCounter.h ('k') | Source/modules/permissions/PermissionStatus.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/UseCounter.cpp
diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp
index a49748ca6abb55a8f6e1e1e70ce6a8a4ffa826d1..971861ed5e84f577314662f7528220af9095504c 100644
--- a/Source/core/frame/UseCounter.cpp
+++ b/Source/core/frame/UseCounter.cpp
@@ -942,9 +942,6 @@ String UseCounter::deprecationMessage(Feature feature)
case MediaStreamEnded:
return "'MediaStream.ended' is deprecated and will be removed in M47, around November 2015. Please use 'MediaStream.active' instead.";
- case PermissionStatusStatus:
- return "PermissionStatus.status is deprecated and will be removed in M47, around November 2015. Please use PermissionStatus.state instead.";
-
case ElementOffsetParent:
return "'Element.offsetParent' is deprecated and will be removed in M47, around Novemver 2015. The offset* attributes are only standardized and widely supported for HTML elements.";
« no previous file with comments | « Source/core/frame/UseCounter.h ('k') | Source/modules/permissions/PermissionStatus.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698