| Index: chrome/browser/ui/views/profiles/profile_chooser_view.cc
|
| diff --git a/chrome/browser/ui/views/profiles/profile_chooser_view.cc b/chrome/browser/ui/views/profiles/profile_chooser_view.cc
|
| index faea78af5046460c3dc338fce761ccc99a3a04d7..623324f9cba349b9ad1322311a42c980b75063e0 100644
|
| --- a/chrome/browser/ui/views/profiles/profile_chooser_view.cc
|
| +++ b/chrome/browser/ui/views/profiles/profile_chooser_view.cc
|
| @@ -894,6 +894,7 @@ int ProfileChooserView::GetDialogButtons() const {
|
| }
|
|
|
| bool ProfileChooserView::HandleContextMenu(
|
| + RenderFrameHost* render_frame_host,
|
| const content::ContextMenuParams& params) {
|
| // Suppresses the context menu because some features, such as inspecting
|
| // elements, are not appropriate in a bubble.
|
|
|