| 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 7b130a2e1dadc4b5339b488274ab978ab7f98bce..48afff363918211a2cbe321182fc9878e779c568 100644
|
| --- a/chrome/browser/ui/webui/options/browser_options_handler.h
|
| +++ b/chrome/browser/ui/webui/options/browser_options_handler.h
|
| @@ -233,8 +233,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
|
|
|