| Index: third_party/WebKit/Source/core/loader/FrameLoaderClient.h
|
| diff --git a/third_party/WebKit/Source/core/loader/FrameLoaderClient.h b/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
|
| index 087315fa3b2063329a0c09a2f6fda50d75326322..2d5a8136f9ef840e7908725fec407b7df6f96ee5 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
|
| @@ -132,6 +132,7 @@ class CORE_EXPORT FrameLoaderClient : public FrameClient {
|
| NavigationPolicy,
|
| const String& suggestedName,
|
| bool replacesCurrentHistoryItem) = 0;
|
| + virtual void loadErrorPage(int reason) = 0;
|
|
|
| virtual bool navigateBackForward(int offset) const = 0;
|
|
|
|
|