| 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 031c476e31c7925ff7bd36e2918a9e9dc52572ac..de6b83250cf900836e7973ab85948a1f87db5f93 100644
|
| --- a/chrome/browser/ui/webui/options/chromeos/display_options_handler.h
|
| +++ b/chrome/browser/ui/webui/options/chromeos/display_options_handler.h
|
| @@ -53,7 +53,7 @@ class DisplayOptionsHandler : public ::options::OptionsPageUIHandler,
|
| void HandleSetPrimary(const base::ListValue* args);
|
| void HandleSetDisplayLayout(const base::ListValue* args);
|
| void HandleSetDisplayMode(const base::ListValue* args);
|
| - void HandleSetOrientation(const base::ListValue* args);
|
| + void HandleSetRotation(const base::ListValue* args);
|
| void HandleSetColorProfile(const base::ListValue* args);
|
| void HandleSetUnifiedDesktopEnabled(const base::ListValue* args);
|
|
|
|
|