| Index: chrome/browser/tab_contents/tab_contents.h
|
| ===================================================================
|
| --- chrome/browser/tab_contents/tab_contents.h (revision 20334)
|
| +++ chrome/browser/tab_contents/tab_contents.h (working copy)
|
| @@ -493,6 +493,9 @@
|
| return last_search_result_;
|
| }
|
|
|
| + // Get the most probable language of the text content in the tab.
|
| + void GetPageLanguage();
|
| +
|
| // Misc state & callbacks ----------------------------------------------------
|
|
|
| // Set whether the contents should block javascript message boxes or not.
|
|
|