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

Unified Diff: chrome/browser/resources/pdf/index.html

Issue 706823004: OOP PDF: Change the save toolbar button to match the save menu behavior. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@embedded-pdfs
Patch Set: rebase Created 6 years, 1 month 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 | « no previous file | chrome/browser/resources/pdf/pdf.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/pdf/index.html
diff --git a/chrome/browser/resources/pdf/index.html b/chrome/browser/resources/pdf/index.html
index 3b080fa7cbdc03a0978fca18d870461fd334fbca..94c3535470b0a475df59eeb486a2c46caff3d6b5 100644
--- a/chrome/browser/resources/pdf/index.html
+++ b/chrome/browser/resources/pdf/index.html
@@ -38,12 +38,10 @@
assetpath="html_office/elements/viewer-button/"
img="button_zoom_in.png">
</viewer-button>
- <a id="save-button-link" download>
- <viewer-button id="save-button"
- assetpath="html_office/elements/viewer-button/"
- img="button_save.png">
- </viewer-button>
- </a>
+ <viewer-button id="save-button"
+ assetpath="html_office/elements/viewer-button/"
+ img="button_save.png">
+ </viewer-button>
<viewer-button id="print-button"
assetpath="html_office/elements/viewer-button/"
img="button_print.png">
« no previous file with comments | « no previous file | chrome/browser/resources/pdf/pdf.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698