| Index: chrome/browser/ui/webui/options/font_settings_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/font_settings_handler.cc b/chrome/browser/ui/webui/options/font_settings_handler.cc
|
| index c98ef2468003d130a9f8d2d8d9f923223e7ac296..4e986965cda9d91756173ceaf0895cfd3d3ea318 100644
|
| --- a/chrome/browser/ui/webui/options/font_settings_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/font_settings_handler.cc
|
| @@ -106,7 +106,7 @@ void FontSettingsHandler::RegisterMessages() {
|
| FontSettingsUtilities::ValidateSavedFonts(pref_service);
|
|
|
| // Register for preferences that we need to observe manually.
|
| - font_encoding_.Init(prefs::kDefaultCharset, pref_service, NULL);
|
| + font_encoding_.Init(prefs::kDefaultCharset, pref_service);
|
|
|
| standard_font_.Init(prefs::kWebKitStandardFontFamily,
|
| pref_service,
|
|
|