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

Unified Diff: chrome/browser/page_load_metrics/page_load_metrics_initialize.h

Issue 2857063002: Add a way to send the resource percentage signal to the RC. (Closed)
Patch Set: Turn off other metrics which might require tab helpers when background loading Created 3 years, 7 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: chrome/browser/page_load_metrics/page_load_metrics_initialize.h
diff --git a/chrome/browser/page_load_metrics/page_load_metrics_initialize.h b/chrome/browser/page_load_metrics/page_load_metrics_initialize.h
index 3df50d0dabae6110b662d36b5d6cac18ac4e4777..605cdd3dc6f34da4c924896fe182416cf637f39a 100644
--- a/chrome/browser/page_load_metrics/page_load_metrics_initialize.h
+++ b/chrome/browser/page_load_metrics/page_load_metrics_initialize.h
@@ -13,8 +13,8 @@ class WebContents;
namespace chrome {
-void InitializePageLoadMetricsForWebContents(
- content::WebContents* web_contents);
+void InitializePageLoadMetricsForWebContents(content::WebContents* web_contents,
Charlie Harrison 2017/05/17 23:56:24 Can you document this bool here?
Pete Williamson 2017/05/24 01:01:50 Done.
+ bool background_rendering);
Bryan McQuade 2017/05/23 05:00:01 this name 'background_rendering' feels overly spec
Pete Williamson 2017/05/24 01:01:50 What do you think of a separate init function for
} // namespace chrome

Powered by Google App Engine
This is Rietveld 408576698