Index: chrome/browser/ui/webui/options/browser_options_handler.h |
diff --git a/chrome/browser/ui/webui/options/browser_options_handler.h b/chrome/browser/ui/webui/options/browser_options_handler.h |
index c86e2696aa6c18021b1239fbb4a7093c33d21fd9..634365869eeb0e2ddf14d46b9df35e9e6f4d63bb 100644 |
--- a/chrome/browser/ui/webui/options/browser_options_handler.h |
+++ b/chrome/browser/ui/webui/options/browser_options_handler.h |
@@ -248,8 +248,6 @@ class BrowserOptionsHandler |
// Called when the accessibility checkbox values are changed. |
// |args| will contain the checkbox checked state as a string |
// ("true" or "false"). |
- void SpokenFeedbackChangeCallback(const base::ListValue* args); |
- void HighContrastChangeCallback(const base::ListValue* args); |
void VirtualKeyboardChangeCallback(const base::ListValue* args); |
// Called when the user confirmed factory reset. Chrome will |