| Index: Source/core/loader/EmptyClients.h
|
| diff --git a/Source/core/loader/EmptyClients.h b/Source/core/loader/EmptyClients.h
|
| index b20e4ca62187a0843532dbf077aa0e6de7a4a242..d96e555602ed630644852b01b87029124c94ede4 100644
|
| --- a/Source/core/loader/EmptyClients.h
|
| +++ b/Source/core/loader/EmptyClients.h
|
| @@ -32,7 +32,6 @@
|
| #include "core/editing/UndoStep.h"
|
| #include "core/inspector/InspectorClient.h"
|
| #include "core/loader/FrameLoaderClient.h"
|
| -#include "core/page/BackForwardClient.h"
|
| #include "core/page/ChromeClient.h"
|
| #include "core/page/ContextMenuClient.h"
|
| #include "core/page/DragClient.h"
|
| @@ -326,13 +325,6 @@ public:
|
| virtual void hideHighlight() override { }
|
| };
|
|
|
| -class EmptyBackForwardClient final : public BackForwardClient {
|
| -public:
|
| - virtual int backListCount() override { return 0; }
|
| - virtual int forwardListCount() override { return 0; }
|
| - virtual int backForwardListCount() override { return 0; }
|
| -};
|
| -
|
| class EmptyStorageClient final : public StorageClient {
|
| public:
|
| virtual PassOwnPtr<StorageNamespace> createSessionStorageNamespace() override;
|
|
|