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

Unified Diff: components/dom_distiller/core/url_constants.cc

Issue 2011213002: Record start up latency of DOM distiller viewer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/url_constants.cc
diff --git a/components/dom_distiller/core/url_constants.cc b/components/dom_distiller/core/url_constants.cc
index cc54b289dc29b43c3827a083c20c829bd5d88d83..acacffc00a871f5d739841277e1cb1e43f678590 100644
--- a/components/dom_distiller/core/url_constants.cc
+++ b/components/dom_distiller/core/url_constants.cc
@@ -9,6 +9,7 @@ namespace dom_distiller {
const char kDomDistillerScheme[] = "chrome-distiller";
const char kEntryIdKey[] = "entry_id";
const char kUrlKey[] = "url";
+const char kTimeKey[] = "time";
const char kViewerCssPath[] = "dom_distiller_viewer.css";
const char kViewerLoadingImagePath[] = "dom_distiller_material_spinner.svg";
const char kViewerSaveFontScalingPath[] = "savefontscaling/";

Powered by Google App Engine
This is Rietveld 408576698