| Index: chrome/browser/tab_contents/render_view_context_menu.cc
|
| diff --git a/chrome/browser/tab_contents/render_view_context_menu.cc b/chrome/browser/tab_contents/render_view_context_menu.cc
|
| index 9dfb986a1715915b5c92ba9047801dfe461d926c..1605cb9b4dfa8594b1389286f248cd3d2a7d44f4 100644
|
| --- a/chrome/browser/tab_contents/render_view_context_menu.cc
|
| +++ b/chrome/browser/tab_contents/render_view_context_menu.cc
|
| @@ -1422,10 +1422,8 @@ void RenderViewContextMenu::ExecuteCommand(int id) {
|
| }
|
|
|
| case IDC_CONTENT_CONTEXT_LANGUAGE_SETTINGS:
|
| - ShowFontsLanguagesWindow(
|
| - platform_util::GetTopLevel(
|
| - source_tab_contents_->GetContentNativeView()),
|
| - LANGUAGES_PAGE, profile_);
|
| + OpenURL(GURL(chrome::kLanguageOptionsSubPage), NEW_FOREGROUND_TAB,
|
| + PageTransition::LINK);
|
| break;
|
|
|
| case IDC_SPELLPANEL_TOGGLE:
|
|
|