| Index: Source/core/frame/RemoteFrameClient.h
|
| diff --git a/Source/core/frame/RemoteFrameClient.h b/Source/core/frame/RemoteFrameClient.h
|
| index 5a552dd245984b3a6fbb0d9e921b6f80bb9eaa1c..5459f03c59341f282af2f696a8a9f2704c56a02e 100644
|
| --- a/Source/core/frame/RemoteFrameClient.h
|
| +++ b/Source/core/frame/RemoteFrameClient.h
|
| @@ -20,6 +20,7 @@ public:
|
|
|
| virtual void navigate(const ResourceRequest&, bool shouldReplaceCurrentEntry) = 0;
|
| virtual void reload(FrameLoadType, ClientRedirectPolicy) = 0;
|
| + virtual unsigned backForwardLength() = 0;
|
|
|
| // FIXME: Remove this method once we have input routing in the browser
|
| // process. See http://crbug.com/339659.
|
|
|