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

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

Issue 502653002: Add UMA metric for "View Original" link clicks in distilled page viewer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 f9f745eb80f4153d9d7d5eed4373a767a1342dd9..786d6ecc063d1686e4a276bedeeb3bd228d4497b 100644
--- a/components/dom_distiller/core/url_constants.h
+++ b/components/dom_distiller/core/url_constants.h
@@ -12,6 +12,8 @@ extern const char kEntryIdKey[];
extern const char kUrlKey[];
extern const char kViewerCssPath[];
extern const char kViewerJsPath[];
+extern const char kViewerViewOriginalPath[];
+
} // namespace dom_distiller

Powered by Google App Engine
This is Rietveld 408576698