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

Unified Diff: third_party/polymer/v0_8/components-chromium/paper-toolbar/index.html

Issue 1140583003: Material PDF: Add required Polymer 0.8 elements. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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: third_party/polymer/v0_8/components-chromium/paper-toolbar/index.html
diff --git a/third_party/polymer/v0_8/components/paper-menu/index.html b/third_party/polymer/v0_8/components-chromium/paper-toolbar/index.html
similarity index 91%
copy from third_party/polymer/v0_8/components/paper-menu/index.html
copy to third_party/polymer/v0_8/components-chromium/paper-toolbar/index.html
index 1cf71f57e799c2977551ab1fe85e266b5629d2ba..30a4f4cca1d9378746ab2248ec0ba68d2b85449e 100644
--- a/third_party/polymer/v0_8/components/paper-menu/index.html
+++ b/third_party/polymer/v0_8/components-chromium/paper-toolbar/index.html
@@ -14,7 +14,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
- <title>paper-menu</title>
+ <title>paper-toolbar</title>
<script src="../webcomponentsjs/webcomponents-lite.js"></script>
@@ -32,7 +32,7 @@
</head>
<body>
- <iron-doc-viewer src="paper-menu.html"></iron-doc-viewer>
+ <iron-doc-viewer src="paper-toolbar.html"></iron-doc-viewer>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698