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

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

Issue 169613005: Hookup print and save buttons in the out of process PDF plugin (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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
« no previous file with comments | « chrome/browser/resources/pdf/index.js ('k') | 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.in.html
diff --git a/chrome/browser/resources/pdf/index.in.html b/chrome/browser/resources/pdf/index.in.html
index b095f215ebeea075ffaae13569bec63a8a3df5dc..06ff0055e8406c82ca25f7b6adfc08722bb485ba 100644
--- a/chrome/browser/resources/pdf/index.in.html
+++ b/chrome/browser/resources/pdf/index.in.html
@@ -64,7 +64,9 @@
<viewer-button id="zoom-out-button" src="button_zoom_out.png">
</viewer-button>
</polymer-selector>
- <viewer-button id="save-button" src="button_save.png"></viewer-button>
+ <a id="save-button-link" download>
+ <viewer-button id="save-button" src="button_save.png"></viewer-button>
+ </a>
<viewer-button id="print-button" src="button_print.png"></viewer-button>
</viewer-toolbar>
« no previous file with comments | « chrome/browser/resources/pdf/index.js ('k') | chrome/browser/resources/pdf/pdf.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698