| Index: chrome/browser/tab_contents/render_view_context_menu.cc
|
| ===================================================================
|
| --- chrome/browser/tab_contents/render_view_context_menu.cc (revision 116011)
|
| +++ chrome/browser/tab_contents/render_view_context_menu.cc (working copy)
|
| @@ -524,7 +524,7 @@
|
| bool has_link = !params_.unfiltered_link_url.is_empty();
|
| bool has_selection = !params_.selection_text.empty();
|
|
|
| - Browser* active_browser = BrowserList::FindBrowserWithTabContents(
|
| + Browser* active_browser = BrowserList::FindBrowserWithWebContents(
|
| source_tab_contents_);
|
| if (active_browser && active_browser->is_app()) {
|
| const std::string ext_id = web_app::GetExtensionIdFromApplicationName(
|
|
|