Fix the missing remove-link UI in protocol handler settings
commit5d7960c88003f0e258b2ac5f5fd567ab8c642988
authorkaliamoorthi <kaliamoorthi@chromium.org>
Mon, 1 Dec 2014 18:08:32 +0000 (1 10:08 -0800)
committerCommit bot <commit-bot@chromium.org>
Mon, 1 Dec 2014 18:09:44 +0000 (1 18:09 +0000)
tree00c7c4da127173fca3ceb7b61d16655f55e94d77
parentb8c4207c564baf7c01297852ef3ead70faac6a2d
Fix the missing remove-link UI in protocol handler settings

A previous CL (https://codereview.chromium.org/518673003/)
that introduced policy indicators for protocol handlers
introduced a bug that results in remove-link option not
being shown on protocol handler settings. The problem is
caused by a variable name being replaced in the last
minute. All occurrences of the variables were not replaced,
resulting in the problem. This CL replaces all occurrences
of the variable.

BUG=433562

Review URL: https://codereview.chromium.org/764283003

Cr-Commit-Position: refs/heads/master@{#306208}
chrome/browser/resources/options/handler_options_list.js