Index: chrome/browser/dom_ui/options/font_settings_handler.h |
diff --git a/chrome/browser/dom_ui/options/font_settings_handler.h b/chrome/browser/dom_ui/options/font_settings_handler.h |
index c3e72c8321af2c8d49e85429073d86e787657474..23806db782f6353e9948bb038270a8bd1103cac9 100644 |
--- a/chrome/browser/dom_ui/options/font_settings_handler.h |
+++ b/chrome/browser/dom_ui/options/font_settings_handler.h |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2010 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2011 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. |
@@ -28,15 +28,15 @@ class FontSettingsHandler : public OptionsPageUIHandler { |
const NotificationDetails& details); |
private: |
- void SetupSerifFontPreview(); |
- void SetupSansSerifFontPreview(); |
- void SetupFixedFontPreview(); |
+ void SetupSerifFontSample(); |
+ void SetupFixedFontSample(); |
+ void SetupMinimumFontSample(); |
StringPrefMember serif_font_; |
- StringPrefMember sans_serif_font_; |
StringPrefMember fixed_font_; |
IntegerPrefMember default_font_size_; |
IntegerPrefMember default_fixed_font_size_; |
+ IntegerPrefMember minimum_font_size_; |
DISALLOW_COPY_AND_ASSIGN(FontSettingsHandler); |
}; |