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

Unified Diff: components/autofill/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 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/autofill/content/browser/DEPS
diff --git a/components/autofill/content/browser/DEPS b/components/autofill/content/browser/DEPS
index 35b6dfdfa38d09cf862574a71c3137b807c03476..90478c35fe05a65d7bf538d6660570815e784d03 100644
--- a/components/autofill/content/browser/DEPS
+++ b/components/autofill/content/browser/DEPS
@@ -1,4 +1,5 @@
include_rules = [
+ "+chrome/common/origin_util.h",
jww 2015/04/23 18:24:02 I'm pretty sure this is an invalid include and a l
lgarron 2015/04/23 23:05:51 This felt wrong, but I just wanted it to compile f
Evan Stade 2015/04/24 02:26:02 Some of the DEPS files have some comments. From sr
"+components/webdata/common",
"+content/public/browser",
"+crypto/random.h",

Powered by Google App Engine
This is Rietveld 408576698