Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(86)

Side by Side Diff: chrome/browser/ui/webui/options/chromeos/display_options_handler.h

Issue 417113012: Introduce user customization of external HighDPI mode for 4K monitor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_UI_WEBUI_OPTIONS_CHROMEOS_DISPLAY_OPTIONS_HANDLER_H_ 5 #ifndef CHROME_BROWSER_UI_WEBUI_OPTIONS_CHROMEOS_DISPLAY_OPTIONS_HANDLER_H_
6 #define CHROME_BROWSER_UI_WEBUI_OPTIONS_CHROMEOS_DISPLAY_OPTIONS_HANDLER_H_ 6 #define CHROME_BROWSER_UI_WEBUI_OPTIONS_CHROMEOS_DISPLAY_OPTIONS_HANDLER_H_
7 7
8 #include <vector> 8 #include <vector>
9 9
10 #include "ash/display/display_controller.h" 10 #include "ash/display/display_controller.h"
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 // left/top edge of the primary display. 53 // left/top edge of the primary display.
54 void OnFadeOutForDisplayLayoutFinished(int layout, int offset); 54 void OnFadeOutForDisplayLayoutFinished(int layout, int offset);
55 55
56 // Handlers of JS messages. 56 // Handlers of JS messages.
57 void HandleDisplayInfo(const base::ListValue* unused_args); 57 void HandleDisplayInfo(const base::ListValue* unused_args);
58 void HandleMirroring(const base::ListValue* args); 58 void HandleMirroring(const base::ListValue* args);
59 void HandleSetPrimary(const base::ListValue* args); 59 void HandleSetPrimary(const base::ListValue* args);
60 void HandleDisplayLayout(const base::ListValue* args); 60 void HandleDisplayLayout(const base::ListValue* args);
61 void HandleSetUIScale(const base::ListValue* args); 61 void HandleSetUIScale(const base::ListValue* args);
62 void HandleSetResolution(const base::ListValue* args); 62 void HandleSetResolution(const base::ListValue* args);
63 void HandleSetDeviceScaleFactor(const base::ListValue* args);
63 void HandleSetOrientation(const base::ListValue* args); 64 void HandleSetOrientation(const base::ListValue* args);
64 void HandleSetColorProfile(const base::ListValue* args); 65 void HandleSetColorProfile(const base::ListValue* args);
65 66
66 DISALLOW_COPY_AND_ASSIGN(DisplayOptionsHandler); 67 DISALLOW_COPY_AND_ASSIGN(DisplayOptionsHandler);
67 }; 68 };
68 69
69 } // namespace options 70 } // namespace options
70 } // namespace chromeos 71 } // namespace chromeos
71 72
72 #endif // CHROME_BROWSER_UI_WEBUI_OPTIONS_CHROMEOS_DISPLAY_OPTIONS_HANDLER_H_ 73 #endif // CHROME_BROWSER_UI_WEBUI_OPTIONS_CHROMEOS_DISPLAY_OPTIONS_HANDLER_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698