Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1294)

Unified Diff: Source/core/loader/EmptyClients.h

Issue 669013002: Remove BackForwardClient, cleanup starting a history navigation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/loader/EmptyClients.h
diff --git a/Source/core/loader/EmptyClients.h b/Source/core/loader/EmptyClients.h
index 7a6a3550afb198f570030f955cfd72ffa751e35f..00dd95897ae5f00ccc729ed786541687b99766fe 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"
@@ -325,13 +324,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;

Powered by Google App Engine
This is Rietveld 408576698