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

Unified Diff: components/page_load_metrics/DEPS

Issue 1857443002: Plumb experiment flags through page_load_metrics and add a new observer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@page_load_experiments
Patch Set: No need to add Default group to variation config Created 4 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/page_load_metrics/DEPS
diff --git a/components/page_load_metrics/DEPS b/components/page_load_metrics/DEPS
index 573c041f6c48c71ea47befa4d355fdc2f7983b15..8b0287077add8203259305befb2bc46205d0654a 100644
--- a/components/page_load_metrics/DEPS
+++ b/components/page_load_metrics/DEPS
@@ -4,4 +4,8 @@ include_rules = [
"-components/page_load_metrics",
"+components/page_load_metrics/common",
+
+ # No inclusion of WebKit from the browser, other than strictly enum/POD, header-only types.
+ "-third_party/WebKit",
+ "+third_party/WebKit/public/platform/WebLoadingBehaviorFlag.h",
]

Powered by Google App Engine
This is Rietveld 408576698