Fix clipboard operations through the wrench menu not working in the find bar or devtools.
The previous approach to fix the omnibox was specific to it and that's why it didn't handle other widgets. To fix this, generalize looking for the widget by asking the FocusManager for the focused views::Textfield. I had to add a special case for devtools since the way it worked before is that it gets the synthesized keyboard shortcut and in the renderer it translates it to a clipboard operation. BUG=164235 Review URL: https://codereview.chromium.org/11734015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175409 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment