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

Unified Diff: content/browser/DEPS

Issue 452013002: Kill renderers that register Service Workers from non-secure origins (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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: content/browser/DEPS
diff --git a/content/browser/DEPS b/content/browser/DEPS
index 8474946ae138cece8273dfb752a61fa31abd607b..ddfb73d832f8ba8c05b5b3f36827701da6fbbc2d 100644
--- a/content/browser/DEPS
+++ b/content/browser/DEPS
@@ -48,6 +48,7 @@ include_rules = [
"+third_party/WebKit/public/platform/WebServiceWorkerEventResult.h",
"+third_party/WebKit/public/platform/WebServiceWorkerState.h",
"+third_party/WebKit/public/platform/WebString.h",
+ "+third_party/WebKit/public/platform/WebURL.h",
Charlie Reis 2014/08/08 16:26:35 These were pulled out in https://src.chromium.org/
"+third_party/WebKit/public/platform/WebVibration.h",
"+third_party/WebKit/public/web/mac/WebScrollbarTheme.h",
"+third_party/WebKit/public/web/WebAXEnums.h",
@@ -63,6 +64,7 @@ include_rules = [
"+third_party/WebKit/public/web/WebPageSerializerClient.h",
"+third_party/WebKit/public/web/WebPluginAction.h",
"+third_party/WebKit/public/web/WebPopupType.h",
+ "+third_party/WebKit/public/web/WebSecurityOrigin.h",
"+third_party/WebKit/public/web/WebSerializedScriptValueVersion.h",
"+third_party/WebKit/public/web/WebTextDirection.h",

Powered by Google App Engine
This is Rietveld 408576698