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

Unified Diff: chrome/browser/resources/settings/prefs/prefs_types.js

Issue 988783002: Add an initial implementation of the downloads MD settings page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Respond to Michael's comments. Created 5 years, 9 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
« no previous file with comments | « chrome/browser/resources/settings/prefs/prefs.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/prefs/prefs_types.js
diff --git a/chrome/browser/resources/settings/prefs/prefs_types.js b/chrome/browser/resources/settings/prefs/prefs_types.js
index 78b3fd45e6f32ed7e279b2986d71805a540e391d..ce4c93bced2972581c6cc1efd6bbbbd53e066484 100644
--- a/chrome/browser/resources/settings/prefs/prefs_types.js
+++ b/chrome/browser/resources/settings/prefs/prefs_types.js
@@ -12,6 +12,7 @@ var CrSettingsPrefs = {};
* @typedef {{
* a11y: CrSettingsPrefs.A11y,
* touchpad: CrSettingsPrefs.Touchpad,
+ * downloads: CrSettingsPrefs.Downloads,
* accessibility: boolean
* }}
*/
@@ -33,6 +34,14 @@ CrSettingsPrefs.A11y;
/**
* @typedef {{
+ * downloadLocation: string,
+ * promptForDownload: boolean
+ * }}
+ */
+CrSettingsPrefs.Downloads;
+
+/**
+ * @typedef {{
* enableTapDragging: boolean
* }}
*/
« no previous file with comments | « chrome/browser/resources/settings/prefs/prefs.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698