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

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

Issue 1315173003: PrefObject -> PrefData (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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/resources/settings/prefs/prefs.js
diff --git a/chrome/browser/resources/settings/prefs/prefs.js b/chrome/browser/resources/settings/prefs/prefs.js
index b68ccea3c5c9b26ee7608800145cf458189e34af..dfea12ed044e0786b68225e62e12de2ac4390dd4 100644
--- a/chrome/browser/resources/settings/prefs/prefs.js
+++ b/chrome/browser/resources/settings/prefs/prefs.js
@@ -44,7 +44,7 @@
/**
* Called when prefs in the underlying Chrome pref store are changed.
- * @param {!Array<!PrefObject>} prefs The prefs that changed.
+ * @param {!Array<!PrefData>} prefs The prefs that changed.
* @private
*/
onPrefsChanged_: function(prefs) {
@@ -53,7 +53,7 @@
/**
* Called when prefs are fetched from settingsPrivate.
- * @param {!Array<!PrefObject>} prefs
+ * @param {!Array<!PrefData>} prefs
* @private
*/
onPrefsFetched_: function(prefs) {
@@ -66,7 +66,7 @@
/**
* Updates the settings model with the given prefs.
- * @param {!Array<!PrefObject>} prefs
+ * @param {!Array<!PrefData>} prefs
* @param {boolean} shouldObserve Whether each of the prefs should be
* observed.
* @private
« no previous file with comments | « chrome/browser/resources/settings/pref_tracker/pref_tracker.js ('k') | chrome/common/extensions/api/settings_private.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698