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

Unified Diff: Source/core/loader/FrameLoaderClient.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/FrameLoaderClient.h
diff --git a/Source/core/loader/FrameLoaderClient.h b/Source/core/loader/FrameLoaderClient.h
index 32f0be2b51de445dd6d3463289c68982d4e2f43e..d7956a8e8155a84bf79483a5bc6c47792c39dc03 100644
--- a/Source/core/loader/FrameLoaderClient.h
+++ b/Source/core/loader/FrameLoaderClient.h
@@ -221,6 +221,8 @@ namespace blink {
virtual void dispatchDidChangeManifest() { }
+ virtual unsigned backForwardLength() { return 0; }
+
virtual bool isFrameLoaderClientImpl() const { return false; }
};

Powered by Google App Engine
This is Rietveld 408576698