| 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; }
|
| };
|
|
|
|
|