Commit 02528ba2 authored by mark@chromium.org's avatar mark@chromium.org

Application Menu:Clear Browsing Data… should not have Clear Browsing Data

as the default action.  Buttons with destructive actions should never be
the default.

This removes the return key equivalent from the Clear Browsing Data button.
It also adds an escape key equivalent to the Cancel button, so that it will
blink appropriately in response to both escape and command-period.

BUG=21461
TEST=Look and try as above
Review URL: http://codereview.chromium.org/194068

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25862 0039d316-1c4b-4281-b951-d872f2087c98
parent a3beea09
......@@ -377,7 +377,7 @@
<int key="NSButtonFlags">-2038284033</int>
<int key="NSButtonFlags2">129</int>
<string key="NSAlternateContents"/>
<string key="NSKeyEquivalent"/>
<string type="base64-UTF8" key="NSKeyEquivalent">Gw</string>
<int key="NSPeriodicDelay">200</int>
<int key="NSPeriodicInterval">25</int>
</object>
......@@ -397,7 +397,7 @@
<int key="NSButtonFlags">-2038284033</int>
<int key="NSButtonFlags2">129</int>
<string key="NSAlternateContents"/>
<string type="base64-UTF8" key="NSKeyEquivalent">DQ</string>
<string key="NSKeyEquivalent"/>
<int key="NSPeriodicDelay">200</int>
<int key="NSPeriodicInterval">25</int>
</object>
......
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