Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(911)

Unified Diff: chrome/browser/ui/views/extensions/extension_popup.cc

Issue 12871005: Merge 188114 "Revert 173932 "Fix bug where extension popups woul..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1410/src/
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/extensions/extension_popup.cc
===================================================================
--- chrome/browser/ui/views/extensions/extension_popup.cc (revision 188151)
+++ chrome/browser/ui/views/extensions/extension_popup.cc (working copy)
@@ -205,10 +205,6 @@
void ExtensionPopup::ShowBubble() {
Show();
- // Request focus for the View. Without this, the FocusManager gets confused.
- host()->view()->SetVisible(true);
- host()->view()->RequestFocus();
-
// Focus on the host contents when the bubble is first shown.
host()->host_contents()->Focus();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698