| Index: chrome/browser/ui/webui/md_downloads/md_downloads_dom_handler.h
|
| diff --git a/chrome/browser/ui/webui/md_downloads/md_downloads_dom_handler.h b/chrome/browser/ui/webui/md_downloads/md_downloads_dom_handler.h
|
| index 1be207043fc6e7f5c3fe9a84dfaedb4da9abf502..6a2b95af63053ccd3f504de817f095d1a284a578 100644
|
| --- a/chrome/browser/ui/webui/md_downloads/md_downloads_dom_handler.h
|
| +++ b/chrome/browser/ui/webui/md_downloads/md_downloads_dom_handler.h
|
| @@ -38,7 +38,8 @@ class MdDownloadsDOMHandler : public content::WebUIMessageHandler {
|
|
|
| // WebUIMessageHandler implementation.
|
| void RegisterMessages() override;
|
| - void RenderViewReused() override;
|
| + void OnJavascriptAllowed() override;
|
| + void OnJavascriptDisallowed() override;
|
|
|
| // Callback for the "getDownloads" message.
|
| void HandleGetDownloads(const base::ListValue* args);
|
|
|