| Index: chrome/browser/tab_contents/tab_contents.cc
|
| ===================================================================
|
| --- chrome/browser/tab_contents/tab_contents.cc (revision 20334)
|
| +++ chrome/browser/tab_contents/tab_contents.cc (working copy)
|
| @@ -976,6 +976,10 @@
|
| render_view_host()->StopFinding(clear_selection);
|
| }
|
|
|
| +void TabContents::GetPageLanguage() {
|
| + render_view_host()->GetPageLanguage();
|
| +}
|
| +
|
| void TabContents::OnJavaScriptMessageBoxClosed(IPC::Message* reply_msg,
|
| bool success,
|
| const std::wstring& prompt) {
|
|
|