| Index: content/renderer/render_view_impl.h
|
| ===================================================================
|
| --- content/renderer/render_view_impl.h (revision 225096)
|
| +++ content/renderer/render_view_impl.h (working copy)
|
| @@ -697,6 +697,7 @@
|
| const std::string& value) OVERRIDE;
|
| virtual void ClearEditCommands() OVERRIDE;
|
| virtual SSLStatus GetSSLStatusOfFrame(WebKit::WebFrame* frame) const OVERRIDE;
|
| + virtual const std::string& GetAcceptLanguages() const OVERRIDE;
|
| #if defined(OS_ANDROID)
|
| virtual void UpdateTopControlsState(TopControlsState constraints,
|
| TopControlsState current,
|
|
|