| Index: chrome/browser/ui/views/extensions/extension_popup.cc
|
| diff --git a/chrome/browser/ui/views/extensions/extension_popup.cc b/chrome/browser/ui/views/extensions/extension_popup.cc
|
| index 218ba6a3d353aee12a8a8e032059066213cbf318..a266df84f19a0cd3358929a494c9dd1cace02e78 100644
|
| --- a/chrome/browser/ui/views/extensions/extension_popup.cc
|
| +++ b/chrome/browser/ui/views/extensions/extension_popup.cc
|
| @@ -204,7 +204,7 @@ ExtensionPopup* ExtensionPopup::ShowPopup(
|
| }
|
|
|
| void ExtensionPopup::ShowBubble() {
|
| - Show();
|
| + GetWidget()->Show();
|
|
|
| // Focus on the host contents when the bubble is first shown.
|
| host()->host_contents()->GetView()->Focus();
|
|
|