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

Unified Diff: chrome/browser/resources/print_preview/print_preview.html

Issue 8055036: Revert 103010 - Refactored code to move cloudprint specific code into print_preview_cloud.js. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 3 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/app/generated_resources.grd ('k') | chrome/browser/resources/print_preview/print_preview.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/print_preview/print_preview.html
===================================================================
--- chrome/browser/resources/print_preview/print_preview.html (revision 103066)
+++ chrome/browser/resources/print_preview/print_preview.html (working copy)
@@ -46,14 +46,8 @@
<include src="header_footer_settings.html"></include>
<hr>
<div id="system-dialog-div">
- <if expr="pp_ifdef('chromeos')">
- <button id="system-dialog-link" class="link-button"
- i18n-content="cloudPrintDialogOption"></button>
- </if>
- <if expr="not pp_ifdef('chromeos')">
- <button id="system-dialog-link" class="link-button"
- i18n-content="systemDialogOption"></button>
- </if>
+ <button id="system-dialog-link" class="link-button"
+ i18n-content="systemDialogOption"></button>
<!-- TODO(dpapad): Investigate whey hidden attribute does not work. -->
<div id="system-dialog-throbber" class="throbber hidden"></div>
</div>
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/print_preview/print_preview.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698