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

Unified Diff: chrome/browser/extensions/extension_function_dispatcher.cc

Issue 9576001: Add getFontList() to Font Settings Extension API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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/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>();

Powered by Google App Engine
This is Rietveld 408576698