| Index: Source/core/loader/FrameLoaderClient.h
|
| diff --git a/Source/core/loader/FrameLoaderClient.h b/Source/core/loader/FrameLoaderClient.h
|
| index 895175bf7b1904d64bb511411f8f87a97f6cd14f..93cd53dd7b8c108ae4adb61a53079db99d4f935f 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; }
|
| };
|
|
|
|
|