| Index: content/shell/shell_web_contents_view_delegate_win.cc
|
| diff --git a/content/shell/shell_web_contents_view_delegate_win.cc b/content/shell/shell_web_contents_view_delegate_win.cc
|
| index 7016a9071f9c898fb930b12b35d262b013cd5f27..82eac7a3814123fb34a63a121bff73d4a9e46340 100644
|
| --- a/content/shell/shell_web_contents_view_delegate_win.cc
|
| +++ b/content/shell/shell_web_contents_view_delegate_win.cc
|
| @@ -70,7 +70,7 @@ ShellWebContentsViewDelegate::~ShellWebContentsViewDelegate() {
|
|
|
| void ShellWebContentsViewDelegate::ShowContextMenu(
|
| const ContextMenuParams& params,
|
| - const ContextMenuSourceType& type) {
|
| + ContextMenuSourceType type) {
|
| params_ = params;
|
| bool has_link = !params_.unfiltered_link_url.is_empty();
|
| bool has_selection = !params_.selection_text.empty();
|
|
|