Index: chrome/common/extensions/api/settings_private.idl |
diff --git a/chrome/common/extensions/api/settings_private.idl b/chrome/common/extensions/api/settings_private.idl |
index acce001ad08bb290fe7337426287c26059bdf5c1..41e3b8faf2db5b9b4229dd5b709cf67cd13eb859 100644 |
--- a/chrome/common/extensions/api/settings_private.idl |
+++ b/chrome/common/extensions/api/settings_private.idl |
@@ -56,7 +56,7 @@ namespace settingsPrivate { |
interface Events { |
// Fired when a set of prefs has changed. |
// |
- // |callback|: Callback fired with a list of prefs that changed. |
- static void onPrefsChanged(GetAllPrefsCallback callback); |
+ // |prefs| The prefs that changed. |
+ static void onPrefsChanged(PrefObject[] prefs); |
}; |
}; |