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

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

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.h
diff --git a/components/dom_distiller/core/url_constants.h b/components/dom_distiller/core/url_constants.h
index 867141e814949f652f3c32a78ee6ba9ccf9669f9..d54635996bede990c47e896da19384c711010527 100644
--- a/components/dom_distiller/core/url_constants.h
+++ b/components/dom_distiller/core/url_constants.h
@@ -10,6 +10,7 @@ namespace dom_distiller {
extern const char kDomDistillerScheme[];
extern const char kEntryIdKey[];
extern const char kUrlKey[];
+extern const char kTimeKey[];
extern const char kViewerCssPath[];
extern const char kViewerLoadingImagePath[];
extern const char kViewerSaveFontScalingPath[];

Powered by Google App Engine
This is Rietveld 408576698