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

Unified Diff: chrome/test/data/webui/settings/fake_settings_private.js

Issue 2254113002: MD Settings: reduce complexity and overhead of prefs singleton (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@SimplifyLanguages
Patch Set: Nit Created 4 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/test/data/webui/settings/fake_settings_private.js
diff --git a/chrome/test/data/webui/settings/fake_settings_private.js b/chrome/test/data/webui/settings/fake_settings_private.js
index 42ca4516964be06601c0eec4f1f6f9c28b997ea5..ccdfd1d32ada3adad486fdf586f86958a5afed5c 100644
--- a/chrome/test/data/webui/settings/fake_settings_private.js
+++ b/chrome/test/data/webui/settings/fake_settings_private.js
@@ -16,7 +16,7 @@ cr.define('settings', function() {
/**
* Fake of chrome.settingsPrivate API. Use by setting
* CrSettingsPrefs.deferInitialization to true, then passing a
- * FakeSettingsPrivate to SettingsPrefs.initializeForTesting.
+ * FakeSettingsPrivate to settings-prefs#initialize().
* @constructor
* @param {Array<!settings.FakeSettingsPrivate.Pref>=} opt_initialPrefs
* @implements {SettingsPrivate}
« no previous file with comments | « chrome/browser/resources/settings/prefs/prefs.js ('k') | chrome/test/data/webui/settings/languages_tests.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698