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

Unified Diff: content/common/DEPS

Issue 1905033002: PlzNavigate: Move navigation-level mixed content checks to the browser. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@console-security-message
Patch Set: Addressed all jam@ latest comments. Created 3 years, 11 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/common/DEPS
diff --git a/content/common/DEPS b/content/common/DEPS
index c36293e0bbb81a41856bf4dda2d85e316146a078..841e4143d4098e9edaf75ceb2578affe0264687d 100644
--- a/content/common/DEPS
+++ b/content/common/DEPS
@@ -23,6 +23,8 @@ include_rules = [
"+third_party/WebKit/public/platform/WebHistoryScrollRestorationType.h",
"+third_party/WebKit/public/platform/WebInputEvent.h",
"+third_party/WebKit/public/platform/WebInsecureRequestPolicy.h",
+ "+third_party/WebKit/public/platform/WebMixedContent.h",
jam 2017/01/09 21:15:46 nit: not needed
carlosk 2017/01/10 19:13:11 Done.
+ "+third_party/WebKit/public/platform/WebMixedContentContextType.h",
"+third_party/WebKit/public/platform/WebMouseWheelEvent.h",
"+third_party/WebKit/public/platform/WebOriginTrialTokenStatus.h",
"+third_party/WebKit/public/platform/WebPageVisibilityState.h",
@@ -37,8 +39,8 @@ include_rules = [
"+third_party/WebKit/public/platform/modules/device_orientation/WebDeviceOrientationData.h",
"+third_party/WebKit/public/platform/modules/indexeddb/WebIDBTypes.h",
"+third_party/WebKit/public/platform/modules/mediasession/media_session.mojom.h",
- "+third_party/WebKit/public/platform/modules/permissions/permission_status.mojom.h",
"+third_party/WebKit/public/platform/modules/permissions/WebPermissionType.h",
+ "+third_party/WebKit/public/platform/modules/permissions/permission_status.mojom.h",
"+third_party/WebKit/public/platform/modules/push_messaging/WebPushError.h",
"+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionStatus.h",
"+third_party/WebKit/public/platform/modules/remoteplayback/WebRemotePlaybackAvailability.h",

Powered by Google App Engine
This is Rietveld 408576698