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

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

Issue 6174009: Tidy up <select>s in tabbed options. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: don't anonymize 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
Index: chrome/browser/dom_ui/options/advanced_options_handler.h
diff --git a/chrome/browser/dom_ui/options/advanced_options_handler.h b/chrome/browser/dom_ui/options/advanced_options_handler.h
index 0b9f7ad472a4b04d781ba48313033b46b99de9c3..033cb85ea4620e0746cdeb4b93022a406f9d511f 100644
--- a/chrome/browser/dom_ui/options/advanced_options_handler.h
+++ b/chrome/browser/dom_ui/options/advanced_options_handler.h
@@ -55,11 +55,6 @@ class AdvancedOptionsHandler
// if the user toggles the metrics reporting checkbox.
void HandleMetricsReportingCheckbox(const ListValue* args);
- // Callback for the "defaultZoomLevelAction" message. This is called if the
- // user changes the default zoom level. |args| is an array that contains
- // one item, the zoom level as a numeric value.
- void HandleDefaultZoomLevel(const ListValue* args);
-
// Callback for the "defaultFontSizeAction" message. This is called if the
// user changes the default font size. |args| is an array that contains
// one item, the font size as a numeric value.
@@ -134,7 +129,6 @@ class AdvancedOptionsHandler
// Setup the visibility for the metrics reporting setting.
void SetupMetricsReportingSettingVisibility();
- void SetupDefaultZoomLevel();
void SetupFontSizeLabel();
// Setup the download path based on user preferences.
@@ -161,7 +155,6 @@ class AdvancedOptionsHandler
FilePathPrefMember default_download_location_;
StringPrefMember auto_open_files_;
- RealPrefMember default_zoom_level_;
IntegerPrefMember default_font_size_;
IntegerPrefMember default_fixed_font_size_;
scoped_ptr<PrefSetObserver> proxy_prefs_;

Powered by Google App Engine
This is Rietveld 408576698