| 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_;
|
|
|