| 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 b039702451fdcab165b9cdb2c10e32bfdfd24ae4..ae3c4cf4e8f9a2292ce1150a2f638958a913e3d9 100644
|
| --- a/chrome/browser/resources/print_preview/print_preview.html
|
| +++ b/chrome/browser/resources/print_preview/print_preview.html
|
| @@ -50,15 +50,25 @@
|
| <include src="header_footer_settings.html"></include>
|
| <div>
|
| <if expr="pp_ifdef('chromeos')">
|
| - <button id="system-dialog-link" class="link-button"
|
| + <button id="system-dialog-link"
|
| + class="link-button preview-link-button"
|
| i18n-content="cloudPrintDialogOption"></button>
|
| </if>
|
| <if expr="not pp_ifdef('chromeos')">
|
| - <button id="system-dialog-link" class="link-button"
|
| + <button id="system-dialog-link"
|
| + class="link-button preview-link-button"
|
| i18n-content="systemDialogOption"></button>
|
| </if>
|
| <div id="system-dialog-throbber" class="throbber" hidden></div>
|
| </div>
|
| + <if expr="os == 'darwin'">
|
| + <div>
|
| + <button id="open-pdf-in-preview-link"
|
| + class="link-button preview-link-button"
|
| + i18n-content="openPdfInPreviewOption"></button>
|
| + <div id="open-preview-app-throbber" class="throbber" hidden></div>
|
| + </div>
|
| + </if>
|
| </div>
|
| </div>
|
| <div id="mainview">
|
|
|