| 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 "Very nice!"</p>
|
| </div>
|
| </body>
|
| <script src="print_tab.js"></script>
|
|
|