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

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 3c2dd52319952d77a9ce919ba63c534d87d11b05..71b557d0954b4dfe42a8060eac35c8fffbf3baf1 100644
--- a/chrome/browser/resources/pdf/index.html
+++ b/chrome/browser/resources/pdf/index.html
@@ -421,7 +421,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="">
arv (Not doing code reviews) 2014/02/20 20:10:45 <a id="save-button-link" download>
raymes 2014/02/21 03:52:24 vulcanize does this, you can see that the original
+ <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