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

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

Issue 1723353002: Add deprecation message for AppCache in insecure contexts (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Rebase on ToT Created 4 years, 10 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/OriginsUsingFeatures.h
diff --git a/third_party/WebKit/Source/core/frame/OriginsUsingFeatures.h b/third_party/WebKit/Source/core/frame/OriginsUsingFeatures.h
index 4e8e449a3440f938edeafb08daad5384b20b5f41..36b9c86ab8845577a7aa299f08074e119d7e4825 100644
--- a/third_party/WebKit/Source/core/frame/OriginsUsingFeatures.h
+++ b/third_party/WebKit/Source/core/frame/OriginsUsingFeatures.h
@@ -35,6 +35,8 @@ public:
GetUserMediaInsecureOrigin,
GetUserMediaSecureOrigin,
ElementAttachShadow,
+ ApplicationCacheManifestSelectInsecureOrigin,
+ ApplicationCacheAPIInsecureOrigin,
NumberOfFeatures // This must be the last item.
};

Powered by Google App Engine
This is Rietveld 408576698