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

Unified Diff: components/content_settings/core/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 nhiroki's comment. 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: components/content_settings/core/browser/DEPS
diff --git a/components/content_settings/core/browser/DEPS b/components/content_settings/core/browser/DEPS
index 0bc7443903edc1d2e7a6fd11cda922228ddd2c96..c2619cde02a91ed1b9598ec61a2b67fad1dae179 100644
--- a/components/content_settings/core/browser/DEPS
+++ b/components/content_settings/core/browser/DEPS
@@ -1,4 +1,5 @@
include_rules = [
+ "+chrome/common/origin_util.h",
jww 2015/04/23 18:24:02 See earlier comment. I'm pretty sure this is a lay
"+components/content_settings/core/common",
"+components/content_settings/core/test",
"+components/plugins/common",

Powered by Google App Engine
This is Rietveld 408576698