| Index: chrome/renderer/render_view.h
|
| ===================================================================
|
| --- chrome/renderer/render_view.h (revision 25594)
|
| +++ chrome/renderer/render_view.h (working copy)
|
| @@ -541,6 +541,7 @@
|
| void OnZoom(int function);
|
| void OnInsertText(const string16& text);
|
| void OnSetPageEncoding(const std::string& encoding_name);
|
| + void OnResetPageEncodingToDefault();
|
| void OnGetAllSavableResourceLinksForCurrentPage(const GURL& page_url);
|
| void OnGetSerializedHtmlDataForCurrentPageWithLocalLinks(
|
| const std::vector<GURL>& links,
|
|
|