| 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 62c678fcfd137db416bb26ae1f7af1818520755f..2d427a36345923ea32934cad63b1297579caa28e 100644
|
| --- a/chrome/browser/ui/webui/options/font_settings_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/font_settings_handler.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -66,7 +66,7 @@ void FontSettingsHandler::GetLocalizedValues(
|
| IDS_FONT_LANGUAGE_SETTING_PLACEHOLDER));
|
| }
|
|
|
| -void FontSettingsHandler::Initialize() {
|
| +void FontSettingsHandler::InitializeHandler() {
|
| DCHECK(web_ui());
|
| SetUpStandardFontSample();
|
| SetUpSerifFontSample();
|
|
|