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

Unified Diff: chrome/browser/resources/print_tab.html

Issue 155067: Hookup Print HTML page to the DOM UI for Print Preview and Settings... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 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
« no previous file with comments | « chrome/browser/dom_ui/print_ui.cc ('k') | chrome/renderer/render_thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/print_tab.html
===================================================================
--- chrome/browser/resources/print_tab.html (revision 20594)
+++ chrome/browser/resources/print_tab.html (working copy)
@@ -2,7 +2,7 @@
<html id="t" >
<head>
<meta charset="utf-8">
- <title>Print Page</title>
+ <title jscontent="title"></title>
<link rel="stylesheet" href="print_tab.css">
</head>
<body>
@@ -12,6 +12,7 @@
<div class="text">
<p>This is an <i>in-progress</i> print preview and settings page
in chromium.</p>
+ <p>Borat says &quot;Very nice!&quot;</p>
</div>
</body>
<script src="print_tab.js"></script>
« no previous file with comments | « chrome/browser/dom_ui/print_ui.cc ('k') | chrome/renderer/render_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698