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

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

Issue 2979743002: Print Preview: Remove system dialog link container on ChromeOS (Closed)
Patch Set: Created 3 years, 5 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 | « no previous file | no next file » | 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
diff --git a/chrome/browser/resources/print_preview/print_preview.html b/chrome/browser/resources/print_preview/print_preview.html
index 244f99bfdf159b86aec5f7cfcee01f87fbb62062..df7bc9fafa8f4b1030882d1845440e950b6f1d92 100644
--- a/chrome/browser/resources/print_preview/print_preview.html
+++ b/chrome/browser/resources/print_preview/print_preview.html
@@ -75,15 +75,14 @@
<include src="settings/advanced_options_settings.html">
<include src="settings/more_settings.html">
</div>
- <div id="link-container">
<if expr="not chromeos">
+ <div id="link-container">
<div>
<a is="action-link" id="system-dialog-link" class="navbar-link">
$i18n{systemDialogOption}
</a>
<div id="system-dialog-throbber" hidden class="throbber"></div>
</div>
-</if>
<if expr="is_macosx">
<div>
<a is="action-link" id="open-pdf-in-preview-link" class="navbar-link">
@@ -93,6 +92,7 @@
</div>
</if>
</div>
+</if>
</div>
</div>
<include src="search/destination_search.html">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698