| 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 f7943748f45df1ff58fc0e253897c0bb548851a0..e9c6aea7c166b930a19cf3003408329a46a925a2 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameHost.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameHost.h
|
| @@ -40,7 +40,6 @@
|
|
|
| namespace blink {
|
|
|
| -class BrowserControls;
|
| class Page;
|
|
|
| // FrameHost is the set of global data shared between multiple frames
|
| @@ -61,12 +60,6 @@ class CORE_EXPORT FrameHost final
|
| static FrameHost* create(Page&);
|
| ~FrameHost();
|
|
|
| - Page& page();
|
| - const Page& page() const;
|
| -
|
| - BrowserControls& browserControls();
|
| - const BrowserControls& browserControls() const;
|
| -
|
| DECLARE_TRACE();
|
|
|
| private:
|
|
|