| Index: chrome/browser/ui/tab_contents/core_tab_helper.cc
|
| diff --git a/chrome/browser/ui/tab_contents/core_tab_helper.cc b/chrome/browser/ui/tab_contents/core_tab_helper.cc
|
| index e1e9cd3da74ecb33cdb5e9fe711118174f715cab..8a65be69eb89d19606305f23beaf8b3b1016ace6 100644
|
| --- a/chrome/browser/ui/tab_contents/core_tab_helper.cc
|
| +++ b/chrome/browser/ui/tab_contents/core_tab_helper.cc
|
| @@ -381,7 +381,7 @@ void CoreTabHelper::DoSearchByImageInNewTab(const GURL& src_url,
|
| return;
|
|
|
| content::OpenURLParams open_url_params(
|
| - result, content::Referrer(), NEW_FOREGROUND_TAB,
|
| + result, content::Referrer(), WindowOpenDisposition::NEW_FOREGROUND_TAB,
|
| ui::PAGE_TRANSITION_LINK, false);
|
| const std::string& content_type = post_content.first;
|
| const std::string& post_data = post_content.second;
|
|
|