| Index: chrome/browser/tab_contents/tab_contents.h
|
| diff --git a/chrome/browser/tab_contents/tab_contents.h b/chrome/browser/tab_contents/tab_contents.h
|
| index 90ded2e420cfb2a0491011c24f9281da7b45be32..ce525802e020a76699ff8b48ecd4fcaf5c5a441d 100644
|
| --- a/chrome/browser/tab_contents/tab_contents.h
|
| +++ b/chrome/browser/tab_contents/tab_contents.h
|
| @@ -646,7 +646,11 @@ class TabContents : public PageNavigator,
|
| // times, subsequent calls are ignored.
|
| void OnCloseStarted();
|
|
|
| - LanguageState& language_state() {
|
| + virtual LanguageState& language_state() {
|
| + return language_state_;
|
| + }
|
| +
|
| + virtual const LanguageState& language_state() const {
|
| return language_state_;
|
| }
|
|
|
|
|