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

Side by Side 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: remove todo and fix up a test script 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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+content/public/test", 2 "+content/public/test",
3 "+ipc", 3 "+ipc",
4 4
5 "-components/page_load_metrics", 5 "-components/page_load_metrics",
6 "+components/page_load_metrics/common", 6 "+components/page_load_metrics/common",
7
8 # No inclusion of WebKit from the browser, other than strictly enum/POD, heade r-only types.
9 "-third_party/WebKit",
10 "+third_party/WebKit/public/platform/WebLoadingBehaviorFlag.h",
7 ] 11 ]
OLDNEW
« no previous file with comments | « chrome/test/data/page_load_metrics/empty.js ('k') | components/page_load_metrics/browser/metrics_web_contents_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698