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

Unified Diff: chrome/browser/resources/pdf/index.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
Index: chrome/browser/resources/pdf/index.html
diff --git a/chrome/browser/resources/pdf/index.html b/chrome/browser/resources/pdf/index.html
index eb0ecba7f6fa4e9423bcb8ee1cc620272e3a9d27..c7876c948207cee13ffedd3ef4bfbeed191739de 100644
--- a/chrome/browser/resources/pdf/index.html
+++ b/chrome/browser/resources/pdf/index.html
@@ -423,7 +423,9 @@ license that can be found in the LICENSE file.
<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>

Powered by Google App Engine
This is Rietveld 408576698