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

Unified Diff: components/dom_distiller/core/html/dom_distiller_print_preview.html

Issue 1125343004: Add a "Simplify Page" option to the print preview dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update AUTHORS file to reflect the correct HP name used in the CLA 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/html/dom_distiller_print_preview.html
diff --git a/components/dom_distiller/core/html/dom_distiller_print_preview.html b/components/dom_distiller/core/html/dom_distiller_print_preview.html
new file mode 100644
index 0000000000000000000000000000000000000000..9e15881335023abb3c45cd327a1e4bf309ba843d
--- /dev/null
+++ b/components/dom_distiller/core/html/dom_distiller_print_preview.html
@@ -0,0 +1,25 @@
+<!DOCTYPE HTML>
+<!--
+Copyright 2014 The Chromium Authors. All rights reserved.
+Use of this source code is governed by a BSD-style license that can be
+found in the LICENSE file.
+-->
+<html>
+<head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
+ <title>$1</title>
+ <link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
+ <link rel="stylesheet" href="/$2">
+</head>
+<body dir="$5" class="$3">
+ <div id="mainContent">
+ <article>
+ <header>
+ <h1>$1</h1>
+ </header>
+ <div id="content">$4</div>
+ </article>
+ </div>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698