| Index: chrome/browser/ui/webui/options/chromeos/display_options_handler.h
|
| diff --git a/chrome/browser/ui/webui/options/chromeos/display_options_handler.h b/chrome/browser/ui/webui/options/chromeos/display_options_handler.h
|
| index 82d4883bf9cebe24f046358ce8d8f6814c4dc049..6e70dac677a54a88a1bde7485b0608313e10dd27 100644
|
| --- a/chrome/browser/ui/webui/options/chromeos/display_options_handler.h
|
| +++ b/chrome/browser/ui/webui/options/chromeos/display_options_handler.h
|
| @@ -63,6 +63,7 @@ class DisplayOptionsHandler : public ::options::OptionsPageUIHandler,
|
| void HandleSetDisplayMode(const base::ListValue* args);
|
| void HandleSetOrientation(const base::ListValue* args);
|
| void HandleSetColorProfile(const base::ListValue* args);
|
| + void HandleSetUnifiedDesktopEnabled(const base::ListValue* args);
|
|
|
| DISALLOW_COPY_AND_ASSIGN(DisplayOptionsHandler);
|
| };
|
|
|