| Index: third_party/WebKit/public/web/WebFrameClient.h
|
| diff --git a/third_party/WebKit/public/web/WebFrameClient.h b/third_party/WebKit/public/web/WebFrameClient.h
|
| index ddf19ed3e9b8f5335fd7011e9acee8e51f7e35da..f07b51c0a10d9ded8e5dc3256341ed71c4a720e3 100644
|
| --- a/third_party/WebKit/public/web/WebFrameClient.h
|
| +++ b/third_party/WebKit/public/web/WebFrameClient.h
|
| @@ -274,6 +274,9 @@ class BLINK_EXPORT WebFrameClient {
|
| const WebString& downloadName,
|
| bool shouldReplaceCurrentEntry) {}
|
|
|
| + // The client should load an error page in the current frame.
|
| + virtual void loadErrorPage(int reason) {}
|
| +
|
| // Navigational queries ------------------------------------------------
|
|
|
| // The client may choose to alter the navigation policy. Otherwise,
|
|
|