Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5323)

Unified Diff: chrome/browser/ui/webui/settings/downloads_handler.h

Issue 2713343003: MD Settings: Add "Auto Open" setting to Downloads page UI. (Closed)
Patch Set: format Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/webui/settings/downloads_handler.h
diff --git a/chrome/browser/ui/webui/settings/downloads_handler.h b/chrome/browser/ui/webui/settings/downloads_handler.h
index b8c1561b97f0187c2421a66b1ee2d538ba978d01..289cf74ab82e4e7c70e5129d6a0a6affe79111b6 100644
--- a/chrome/browser/ui/webui/settings/downloads_handler.h
+++ b/chrome/browser/ui/webui/settings/downloads_handler.h
@@ -39,6 +39,9 @@ class DownloadsHandler : public SettingsPageUIHandler,
void SendAutoOpenDownloadsToJavascript();
+ // Resets the list of filetypes that are auto-opened after download.
+ void HandleResetAutoOpenFileTypes(const base::ListValue* args);
+
// Callback for the "selectDownloadLocation" message. This will prompt the
// user for a destination folder using platform-specific APIs.
void HandleSelectDownloadLocation(const base::ListValue* args);
« no previous file with comments | « chrome/browser/resources/settings/settings_resources.grd ('k') | chrome/browser/ui/webui/settings/downloads_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698