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

Unified Diff: content/browser/DEPS

Issue 1099453005: Switch web API/permission code to use IsOriginSecure() instead of SchemeIsSecure(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address jww's comments. Created 5 years, 8 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 35bad8b01037aa23f6af457aab5f875621e04a00..5f65a750093dc97b99ab42cc733815c3500031b3 100644
--- a/content/browser/DEPS
+++ b/content/browser/DEPS
@@ -1,4 +1,6 @@
include_rules = [
+ "+chrome/common/origin_util.h",
+
# Allow inclusion of specific components that we depend on. We may only
# depend on components which we share with the mojo html_viewer.
"+components/scheduler/common",

Powered by Google App Engine
This is Rietveld 408576698