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

Unified Diff: Source/web/FrameLoaderClientImpl.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/web/FrameLoaderClientImpl.h
diff --git a/Source/web/FrameLoaderClientImpl.h b/Source/web/FrameLoaderClientImpl.h
index c91528126c54354c063a5642b2e574b1160628a8..750cdd5e0eca400e69459f1ae9f3ad93b69445fe 100644
--- a/Source/web/FrameLoaderClientImpl.h
+++ b/Source/web/FrameLoaderClientImpl.h
@@ -170,6 +170,8 @@ public:
virtual void dispatchDidChangeManifest() override;
+ virtual unsigned backForwardLength() override;
+
private:
virtual bool isFrameLoaderClientImpl() const override { return true; }

Powered by Google App Engine
This is Rietveld 408576698