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

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

Issue 10108007: Font Settings Extension API: Rename get/setFontName to get/setFont. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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_registry.cc
diff --git a/chrome/browser/extensions/extension_function_registry.cc b/chrome/browser/extensions/extension_function_registry.cc
index d78566c4f4cb1ac59bb997c154dafd6ac530ff81..9e6016621aa0f59952f6e39f9cbbb5c664acb89c 100644
--- a/chrome/browser/extensions/extension_function_registry.cc
+++ b/chrome/browser/extensions/extension_function_registry.cc
@@ -423,8 +423,8 @@ void ExtensionFunctionRegistry::ResetFunctions() {
// Font settings.
RegisterFunction<GetFontListFunction>();
- RegisterFunction<GetFontNameFunction>();
- RegisterFunction<SetFontNameFunction>();
+ RegisterFunction<GetFontFunction>();
+ RegisterFunction<SetFontFunction>();
RegisterFunction<GetDefaultFontSizeFunction>();
RegisterFunction<SetDefaultFontSizeFunction>();
RegisterFunction<GetDefaultFixedFontSizeFunction>();
« no previous file with comments | « chrome/browser/extensions/extension_font_settings_api.cc ('k') | chrome/common/extensions/api/experimental.fontSettings.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698