| Index: chrome/browser/renderer_host/render_view_host.h
|
| ===================================================================
|
| --- chrome/browser/renderer_host/render_view_host.h (revision 25594)
|
| +++ chrome/browser/renderer_host/render_view_host.h (working copy)
|
| @@ -223,6 +223,9 @@
|
| // Change the encoding of the page.
|
| void SetPageEncoding(const std::string& encoding);
|
|
|
| + // Reset any override encoding on the page and change back to default.
|
| + void ResetPageEncodingToDefault();
|
| +
|
| // Change the alternate error page URL. An empty GURL disables the use of
|
| // alternate error pages.
|
| void SetAlternateErrorPageURL(const GURL& url);
|
|
|