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

Unified Diff: chrome/browser/resources/pdf/elements/viewer-toolbar/viewer-toolbar.html

Issue 1521913002: PDF: Delete non-material viewer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/resources/pdf/elements/viewer-toolbar/viewer-toolbar.html
diff --git a/chrome/browser/resources/pdf/elements/viewer-toolbar/viewer-toolbar.html b/chrome/browser/resources/pdf/elements/viewer-toolbar/viewer-toolbar.html
deleted file mode 100644
index 1a06e1e64a224433e5b53efd8ce0d3057a1f04fc..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/pdf/elements/viewer-toolbar/viewer-toolbar.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.html">
-
-<dom-module id="viewer-toolbar">
- <link rel="import" type="css" href="viewer-toolbar.css">
- <template>
- <div id="toolbar">
- <content></content>
- </div>
- </template>
-</dom-module>
-<script src="viewer-toolbar.js"></script>

Powered by Google App Engine
This is Rietveld 408576698