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

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

Issue 9853013: Expose more font size prefs to the Font Settings Extension API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: "true" to true Created 8 years, 9 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 83f0c4625611541457f9a5729db7c021c70ccf5a..854988013509c1b3b07e585a145a6f848c43780c 100644
--- a/chrome/browser/extensions/extension_function_registry.cc
+++ b/chrome/browser/extensions/extension_function_registry.cc
@@ -422,6 +422,10 @@ void ExtensionFunctionRegistry::ResetFunctions() {
RegisterFunction<SetFontNameFunction>();
RegisterFunction<GetDefaultFontSizeFunction>();
RegisterFunction<SetDefaultFontSizeFunction>();
+ RegisterFunction<GetDefaultFixedFontSizeFunction>();
+ RegisterFunction<SetDefaultFixedFontSizeFunction>();
+ RegisterFunction<GetMinimumFontSizeFunction>();
+ RegisterFunction<SetMinimumFontSizeFunction>();
// ChromeAuth settings.
RegisterFunction<SetCloudPrintCredentialsFunction>();
« 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