Index: chrome/browser/resources/print_preview/print_preview.html |
diff --git a/chrome/browser/resources/print_preview/print_preview.html b/chrome/browser/resources/print_preview/print_preview.html |
index ed69dba6e1f471da8ecda16027d026dfd0c8be0e..ea168fc4470c1e91e3a0a315c4756205052614e8 100644 |
--- a/chrome/browser/resources/print_preview/print_preview.html |
+++ b/chrome/browser/resources/print_preview/print_preview.html |
@@ -46,8 +46,14 @@ |
<include src="header_footer_settings.html"></include> |
<hr> |
<div id="system-dialog-div"> |
- <button id="system-dialog-link" class="link-button" |
- i18n-content="systemDialogOption"></button> |
+ <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> |
<!-- TODO(dpapad): Investigate whey hidden attribute does not work. --> |
<div id="system-dialog-throbber" class="throbber hidden"></div> |
</div> |