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

Unified Diff: chrome/browser/dom_ui/options/font_settings_handler.h

Issue 6155008: DOMUI: Implement the new Fonts and Encoding page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fix 3. Created 9 years, 11 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/dom_ui/options/font_settings_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/dom_ui/options/font_settings_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698