 Chromium Code Reviews
 Chromium Code Reviews Issue 1984173002:
  Log First User Interaction in Page Load Metrics  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 1984173002:
  Log First User Interaction in Page Load Metrics  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| Index: components/page_load_metrics/DEPS | 
| diff --git a/components/page_load_metrics/DEPS b/components/page_load_metrics/DEPS | 
| index 8b0287077add8203259305befb2bc46205d0654a..e8ed00308616e1dcdd7a3c7dfc037b0067894599 100644 | 
| --- a/components/page_load_metrics/DEPS | 
| +++ b/components/page_load_metrics/DEPS | 
| @@ -8,4 +8,5 @@ include_rules = [ | 
| # 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", | 
| + "+third_party/WebKit/public/web/WebInputEvent.h", | 
| 
Bryan McQuade
2016/05/28 12:23:29
since we only depend on this in browser code, and
 
mushan1
2016/05/31 20:16:56
Done.
 | 
| ] |