| Index: chrome/browser/ui/webui/options2/browser_options_handler2.h
|
| diff --git a/chrome/browser/ui/webui/options2/browser_options_handler2.h b/chrome/browser/ui/webui/options2/browser_options_handler2.h
|
| index 2bd973118ddd94b82e9241f03b860048f4769cfd..2cdee2198d7df3252b9154c21076c8bdede64d3b 100644
|
| --- a/chrome/browser/ui/webui/options2/browser_options_handler2.h
|
| +++ b/chrome/browser/ui/webui/options2/browser_options_handler2.h
|
| @@ -225,6 +225,9 @@ class BrowserOptionsHandler
|
| #endif
|
|
|
| #if defined(OS_CHROMEOS)
|
| + // Opens the wallpaper manager component extension.
|
| + void HandleOpenWallpaperManager(const base::ListValue* args);
|
| +
|
| // Called when the accessibility checkbox values are changed.
|
| // |args| will contain the checkbox checked state as a string
|
| // ("true" or "false").
|
|
|