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

Unified Diff: third_party/WebKit/public/platform/WebFeaturePolicyFeature.h

Issue 2945223002: Add deprecation warnings for permission API usage from iframes (Closed)
Patch Set: . Created 3 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/WebFeaturePolicyFeature.h
diff --git a/third_party/WebKit/public/platform/WebFeaturePolicyFeature.h b/third_party/WebKit/public/platform/WebFeaturePolicyFeature.h
index a90defe2c15e85163a1cf5e1de65521aa713ee04..9e4e5f3c962cb8fbe2f9b9d1906b2a56a2b3be82 100644
--- a/third_party/WebKit/public/platform/WebFeaturePolicyFeature.h
+++ b/third_party/WebKit/public/platform/WebFeaturePolicyFeature.h
@@ -10,9 +10,9 @@ namespace blink {
// These values map to the features which can be controlled by Feature Policy.
//
// Features are defined in
-// https://wicg.github.io/feature-policy/#defined-features. Many of these are
-// still under development in blink behind the featurePolicyExperimentalFeatures
-// flag, see getWebFeaturePolicyFeature().
+// https://github.com/WICG/feature-policy/blob/gh-pages/features.md. Many of
+// these are still under development in blink behind the
+// featurePolicyExperimentalFeatures flag, see getWebFeaturePolicyFeature().
enum class WebFeaturePolicyFeature {
kNotFound = 0,
// Controls access to video input devices.
« no previous file with comments | « third_party/WebKit/Source/modules/webmidi/NavigatorWebMIDI.cpp ('k') | third_party/WebKit/public/platform/web_feature.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698