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

Unified Diff: components/dom_distiller/content/distiller_page_web_contents.h

Issue 1143173009: Add UMA histogram DomDistiller.Time.RunJavaScript (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 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
« no previous file with comments | « no previous file | components/dom_distiller/content/distiller_page_web_contents.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/dom_distiller/content/distiller_page_web_contents.h
diff --git a/components/dom_distiller/content/distiller_page_web_contents.h b/components/dom_distiller/content/distiller_page_web_contents.h
index 82abe8d530c69155b91bee19b31b41d537a743c8..f2760802018721dbd22720a61efeb718638b0aec 100644
--- a/components/dom_distiller/content/distiller_page_web_contents.h
+++ b/components/dom_distiller/content/distiller_page_web_contents.h
@@ -100,6 +100,7 @@ class DistillerPageWebContents : public DistillerPage,
// Called when the distillation is done or if the page load failed.
void OnWebContentsDistillationDone(const GURL& page_url,
+ const base::TimeTicks& javascript_start,
const base::Value* value);
// The current state of the |DistillerPage|, initially |IDLE|.
« no previous file with comments | « no previous file | components/dom_distiller/content/distiller_page_web_contents.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698