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

Unified Diff: chrome/browser/ui/webui/print_preview/base.html

Issue 10108001: Refactor print preview web ui (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove new widget Created 8 years, 8 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: chrome/browser/ui/webui/print_preview/base.html
diff --git a/chrome/browser/ui/webui/print_preview/base.html b/chrome/browser/ui/webui/print_preview/base.html
new file mode 100644
index 0000000000000000000000000000000000000000..315c2a623cf9f43639b505ef9d57c2afbb666ebc
--- /dev/null
+++ b/chrome/browser/ui/webui/print_preview/base.html
@@ -0,0 +1,15 @@
+<html>
+<head>
+<script type="text/javascript">
+function load()
+{
+window.open("popup.html");
+}
+</script>
+</head>
+
+<body onload="load()">
+<h1>Hello World!</h1>
+</body>
+</html>
+

Powered by Google App Engine
This is Rietveld 408576698