| Index: chrome/browser/extensions/extension_function_dispatcher.cc
|
| diff --git a/chrome/browser/extensions/extension_function_dispatcher.cc b/chrome/browser/extensions/extension_function_dispatcher.cc
|
| index 3fe605f30b99d0a30588c016912f24f3e0b5a4c8..6dbf66fb274e21478b821671168f044fc50264b3 100644
|
| --- a/chrome/browser/extensions/extension_function_dispatcher.cc
|
| +++ b/chrome/browser/extensions/extension_function_dispatcher.cc
|
| @@ -456,6 +456,7 @@ void FactoryRegistry::ResetFunctions() {
|
| RegisterFunction<SetContentSettingFunction>();
|
|
|
| // Font settings.
|
| + RegisterFunction<GetFontListFunction>();
|
| RegisterFunction<GetFontNameFunction>();
|
| RegisterFunction<SetFontNameFunction>();
|
|
|
|
|