| Index: chrome/browser/ui/webui/options/extension_settings_handler.h
|
| ===================================================================
|
| --- chrome/browser/ui/webui/options/extension_settings_handler.h (revision 102092)
|
| +++ chrome/browser/ui/webui/options/extension_settings_handler.h (working copy)
|
| @@ -54,6 +54,8 @@
|
| ExtensionSettingsHandler();
|
| virtual ~ExtensionSettingsHandler();
|
|
|
| + static void RegisterUserPrefs(PrefService* prefs);
|
| +
|
| // Extension Detail JSON Struct for page. (static for ease of testing).
|
| // Note: service can be NULL in unit tests.
|
| static base::DictionaryValue* CreateExtensionDetailValue(
|
|
|