| 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 3cb55fd75fc3131221ba39ee0982ef45bb32a84f..fac4a5471a45c5caa5adf145af9dfe0b561ff9a1 100644
|
| --- a/chrome/browser/ui/webui/options/chromeos/display_options_handler.h
|
| +++ b/chrome/browser/ui/webui/options/chromeos/display_options_handler.h
|
| @@ -60,6 +60,7 @@ class DisplayOptionsHandler : public ::options::OptionsPageUIHandler,
|
| void HandleDisplayLayout(const base::ListValue* args);
|
| void HandleSetUIScale(const base::ListValue* args);
|
| void HandleSetResolution(const base::ListValue* args);
|
| + void HandleSetDeviceScaleFactor(const base::ListValue* args);
|
| void HandleSetOrientation(const base::ListValue* args);
|
| void HandleSetColorProfile(const base::ListValue* args);
|
|
|
|
|