Index: chrome/browser/resources/print_preview/search/destination_search.js |
diff --git a/chrome/browser/resources/print_preview/search/destination_search.js b/chrome/browser/resources/print_preview/search/destination_search.js |
index f16cb101d6ddc672776b1ee04569712212193395..ff1957341397ba17d089d6208d31120eac64daab 100644 |
--- a/chrome/browser/resources/print_preview/search/destination_search.js |
+++ b/chrome/browser/resources/print_preview/search/destination_search.js |
@@ -98,7 +98,8 @@ cr.define('print_preview', function() { |
this.localList_ = new print_preview.DestinationList( |
this, |
loadTimeData.getString('localDestinationsTitle'), |
- cr.isChromeOS ? null : loadTimeData.getString('manage')); |
+ loadTimeData.getBoolean('showLocalManageButton') ? |
+ loadTimeData.getString('manage') : null); |
this.addChild(this.localList_); |
/** |