Index: content/renderer/render_view_impl.h |
=================================================================== |
--- content/renderer/render_view_impl.h (revision 226965) |
+++ content/renderer/render_view_impl.h (working copy) |
@@ -700,6 +700,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, |