Commit 9011a08e authored by finnur@chromium.org's avatar finnur@chromium.org

Make sure the cursor is a hand for the Extension Commands link.

BUG=137319
TEST=Hover over the Extension Commands link and make sure the hand appears. Also make sure the link works as before.
Review URL: https://chromiumcodereview.appspot.com/10821102

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149386 0039d316-1c4b-4281-b951-d872f2087c98
parent 39eae2b7
......@@ -73,7 +73,8 @@
i18n-content="extensionSettingsGetMoreExtensions"></a>
<a target="blank_" hidden
class="extension-commands-config"
i18n-content="extensionSettingsCommandsLink"></a>
i18n-content="extensionSettingsCommandsLink"
href="#"></a>
</div>
</div>
......
......@@ -151,6 +151,7 @@ cr.define('extensions', function() {
ExtensionSettings.showOverlay($('extensionCommandsOverlay'));
chrome.send('coreOptionsUserMetricsAction',
['Options_ExtensionCommands']);
e.preventDefault();
},
/**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment