diff options
author | rltoscano@google.com <rltoscano@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-12 01:06:21 +0000 |
---|---|---|
committer | rltoscano@google.com <rltoscano@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-12 01:06:21 +0000 |
commit | 8e9f1b72aa231c6be1f07f44db6479ffa0b9692d (patch) | |
tree | 5e8bcf6bf4724737ca977fc7e50205e19aedf262 /chrome/browser/resources/print_preview | |
parent | 0a0b0904b912eaad4d8fd921b78f6ede9f55a500 (diff) | |
download | chromium_src-8e9f1b72aa231c6be1f07f44db6479ffa0b9692d.zip chromium_src-8e9f1b72aa231c6be1f07f44db6479ffa0b9692d.tar.gz chromium_src-8e9f1b72aa231c6be1f07f44db6479ffa0b9692d.tar.bz2 |
Drop manage link for local destinations on Chrome OS.
BUG=
TEST=
Review URL: https://chromiumcodereview.appspot.com/10540112
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141579 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources/print_preview')
-rw-r--r-- | chrome/browser/resources/print_preview/search/destination_search.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/resources/print_preview/search/destination_search.js b/chrome/browser/resources/print_preview/search/destination_search.js index 332e9b11..b14e2dd 100644 --- a/chrome/browser/resources/print_preview/search/destination_search.js +++ b/chrome/browser/resources/print_preview/search/destination_search.js @@ -70,7 +70,7 @@ cr.define('print_preview', function() { this, localStrings.getString('localDestinationsTitle'), 0 /*opt_maxSize*/, - localStrings.getString('manage')); + cr.isChromeOS ? null : localStrings.getString('manage')); this.addChild(this.localList_); /** |