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

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

Issue 10142011: Add character encoding to Font Settings Extension API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add test of event 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 bae3c16ba179be716735d06e3f7a399894d768bb..a7d3f8b1fe118e7d9f14e0049e45a8d47527925f 100644
--- a/chrome/browser/extensions/extension_function_registry.cc
+++ b/chrome/browser/extensions/extension_function_registry.cc
@@ -430,6 +430,8 @@ void ExtensionFunctionRegistry::ResetFunctions() {
RegisterFunction<SetDefaultFixedFontSizeFunction>();
RegisterFunction<GetMinimumFontSizeFunction>();
RegisterFunction<SetMinimumFontSizeFunction>();
+ RegisterFunction<GetDefaultCharacterSetFunction>();
+ RegisterFunction<SetDefaultCharacterSetFunction>();
// ChromeAuth settings.
RegisterFunction<SetCloudPrintCredentialsFunction>();

Powered by Google App Engine
This is Rietveld 408576698