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

Unified Diff: content/DEPS

Issue 2946113002: Use FrameIsAd to decide whether to isolate a frame in TopDocumentIsolation mode. (Closed)
Patch Set: Doh... need to also change s/Default/Unspecified/ in chrome_content_browser_client.cc Created 3 years, 5 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/DEPS
diff --git a/content/DEPS b/content/DEPS
index fd8706dfecc9fad191b4f32bd76a9b6bb603c0f7..71c63055b6b65c5bfa0997ce723c6c8e8dd64528 100644
--- a/content/DEPS
+++ b/content/DEPS
@@ -25,6 +25,7 @@ include_rules = [
# shared with iOS. This includes, but isn't limited to, browser features such
# as autofill or extensions, and chrome implementation details such as
# settings, packaging details, installation or crash reporting.
+ "+components/variations",
Alexei Svitkine (slow) 2017/07/07 16:55:05 I do wonder if we shouldn't perhaps restrict this
Łukasz Anforowicz 2017/07/07 20:41:42 Good point. I've made changes that I think should
Alexei Svitkine (slow) 2017/07/10 18:46:24 That SGTM for now. Maybe we can file a crbug for t
Łukasz Anforowicz 2017/07/10 22:17:39 Done - https://crbug.com/740726.
"+crypto",
"+grit/blink_resources.h",

Powered by Google App Engine
This is Rietveld 408576698