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

Unified Diff: components/dom_distiller/content/resources/dom_distiller_viewer.html

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: add display:none 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/content/resources/dom_distiller_viewer.html
diff --git a/components/dom_distiller/content/resources/dom_distiller_viewer.html b/components/dom_distiller/content/resources/dom_distiller_viewer.html
index 4bf077cab0b375f01471846b3e5239b78a84f8d2..be96d5e0188afda7c7a3ae6b72419c948ec4ffe0 100644
--- a/components/dom_distiller/content/resources/dom_distiller_viewer.html
+++ b/components/dom_distiller/content/resources/dom_distiller_viewer.html
@@ -11,7 +11,6 @@ found in the LICENSE file.
<title>$1</title>
<link rel="stylesheet" href="/$2">
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
- <script src="/$3"></script>
</head>
<body class="$4">
<div id="mainContent">
@@ -79,4 +78,5 @@ found in the LICENSE file.
<a href="$7">$8</a>
</div>
</body>
+<script src="/$3"></script>
</html>

Powered by Google App Engine
This is Rietveld 408576698