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

Unified Diff: components/dom_distiller/core/distiller_page.h

Issue 1131493005: Add UMA histogram DomDistiller.Time.DistillPage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix naming Created 5 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: components/dom_distiller/core/distiller_page.h
diff --git a/components/dom_distiller/core/distiller_page.h b/components/dom_distiller/core/distiller_page.h
index e80bc59535a5ed2b950a322b69709aea6f503010..142a52b01ffcdcc31ca8f46ec957742e3a54692c 100644
--- a/components/dom_distiller/core/distiller_page.h
+++ b/components/dom_distiller/core/distiller_page.h
@@ -66,6 +66,7 @@ class DistillerPage {
private:
bool ready_;
DistillerPageCallback distiller_page_callback_;
+ base::TimeTicks distillation_start_;
DISALLOW_COPY_AND_ASSIGN(DistillerPage);
};
« no previous file with comments | « no previous file | components/dom_distiller/core/distiller_page.cc » ('j') | components/dom_distiller/core/distiller_page.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698