| Index: content/browser/web_contents/web_contents_impl.cc
|
| diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc
|
| index 51f3bba4caad16978eb733a728677d84b7777844..8e6905ac0754fa377a95478b72631c8409c15da5 100644
|
| --- a/content/browser/web_contents/web_contents_impl.cc
|
| +++ b/content/browser/web_contents/web_contents_impl.cc
|
| @@ -2918,16 +2918,6 @@ bool WebContentsImpl::WillNotifyDisconnection() const {
|
| return notify_disconnection_;
|
| }
|
|
|
| -void WebContentsImpl::SetOverrideEncoding(const std::string& encoding) {
|
| - SetEncoding(encoding);
|
| - Send(new ViewMsg_SetPageEncoding(GetRoutingID(), encoding));
|
| -}
|
| -
|
| -void WebContentsImpl::ResetOverrideEncoding() {
|
| - canonical_encoding_.clear();
|
| - Send(new ViewMsg_ResetPageEncodingToDefault(GetRoutingID()));
|
| -}
|
| -
|
| RendererPreferences* WebContentsImpl::GetMutableRendererPrefs() {
|
| return &renderer_preferences_;
|
| }
|
|
|