| Index: third_party/WebKit/Source/core/frame/FrameHost.h
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameHost.h b/third_party/WebKit/Source/core/frame/FrameHost.h
|
| index 300f2040235b7a3dc1a3210cecd075689dcbe19f..9682555fe2fea3f2f4528db794ed40bf79007b7f 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameHost.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameHost.h
|
| @@ -110,9 +110,6 @@ public:
|
| EventHandlerRegistry& eventHandlerRegistry();
|
| const EventHandlerRegistry& eventHandlerRegistry() const;
|
|
|
| - const AtomicString& overrideEncoding() const { return m_overrideEncoding; }
|
| - void setOverrideEncoding(const AtomicString& encoding) { m_overrideEncoding = encoding; }
|
| -
|
| ConsoleMessageStorage& consoleMessageStorage();
|
| const ConsoleMessageStorage& consoleMessageStorage() const;
|
|
|
|
|