| Index: chrome/renderer/render_view.h
|
| ===================================================================
|
| --- chrome/renderer/render_view.h (revision 22154)
|
| +++ chrome/renderer/render_view.h (working copy)
|
| @@ -609,8 +609,13 @@
|
| // Locates a sub frame with given xpath
|
| WebFrame* GetChildFrame(const std::wstring& frame_xpath) const;
|
|
|
| - std::string GetAltHTMLForTemplate(const DictionaryValue& error_strings,
|
| - int template_resource_id) const;
|
| + // Alternate error page helpers.
|
| + bool MaybeLoadAlternateErrorPage(
|
| + WebFrame* frame, const WebKit::WebURLError& error, bool replace);
|
| + std::string GetAltHTMLForTemplate(
|
| + const DictionaryValue& error_strings, int template_resource_id) const;
|
| + void AltErrorPageFinished(
|
| + WebFrame* frame, const GURL& unreachable_url, const std::string& html);
|
|
|
| virtual void DidAddHistoryItem();
|
|
|
|
|