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

Unified Diff: content/public/test/DEPS

Issue 2946113002: Use FrameIsAd to decide whether to isolate a frame in TopDocumentIsolation mode. (Closed)
Patch Set: Rebasing... Created 3 years, 6 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/public/test/DEPS
diff --git a/content/public/test/DEPS b/content/public/test/DEPS
index 2d15ed00b2ace9dd97f8f0ec12c8d016765e4f93..24efc474978fb747353758a7718792912d288e95 100644
--- a/content/public/test/DEPS
+++ b/content/public/test/DEPS
@@ -5,6 +5,9 @@ include_rules = [
"+mojo/android/system/mojo_jni_registrar.h",
"+services/service_manager",
"+v8/include/v8.h",
+
+ # To allow setting feature params for testing via --force-fieldtrial-params.
+ "+components/variations/variations_switches.h",
Łukasz Anforowicz 2017/06/30 15:28:37 Needed in this CL by EnableTopDocumentIsolationFor
Charlie Reis 2017/06/30 23:28:45 I don't have a good sense. We should double check
Łukasz Anforowicz 2017/07/01 00:10:53 Ok. I'll make a note for this.
Łukasz Anforowicz 2017/07/01 00:13:15 jam@ - could you PTAL?
]
# Ensure we don't leak internal content headers through public headers.

Powered by Google App Engine
This is Rietveld 408576698