summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_function_dispatcher.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/extension_function_dispatcher.cc')
-rw-r--r--chrome/browser/extensions/extension_function_dispatcher.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/extensions/extension_function_dispatcher.cc b/chrome/browser/extensions/extension_function_dispatcher.cc
index 41b540d..bdd1555 100644
--- a/chrome/browser/extensions/extension_function_dispatcher.cc
+++ b/chrome/browser/extensions/extension_function_dispatcher.cc
@@ -303,6 +303,7 @@ void FactoryRegistry::ResetFunctions() {
// Preferences.
RegisterFunction<GetPreferenceFunction>();
RegisterFunction<SetPreferenceFunction>();
+ RegisterFunction<ClearPreferenceFunction>();
}
void FactoryRegistry::GetAllNames(std::vector<std::string>* names) {