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

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

Issue 1594683002: Introduce DisplayConfigurationController (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_576375_display1b1
Patch Set: Rebase Created 4 years, 11 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 side-by-side diff with in-line comments
Download patch
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 33c4df799f26c77381cb7ee2102314a10705437c..031c476e31c7925ff7bd36e2918a9e9dc52572ac 100644
--- a/chrome/browser/ui/webui/options/chromeos/display_options_handler.h
+++ b/chrome/browser/ui/webui/options/chromeos/display_options_handler.h
@@ -47,20 +47,11 @@ class DisplayOptionsHandler : public ::options::OptionsPageUIHandler,
// Enables or disables the display settings UI.
void UpdateDisplaySettingsEnabled();
- // Called when the fade-out animation for mirroring status change is finished.
- void OnFadeOutForMirroringFinished(bool is_mirroring);
-
- // Called when the fade-out animation for secondary display layout change is
- // finished. |layout| specifies the four positions of the secondary display
- // (left/right/top/bottom), and |offset| is the offset length from the
- // left/top edge of the primary display.
- void OnFadeOutForDisplayLayoutFinished(int layout, int offset);
-
// Handlers of JS messages.
void HandleDisplayInfo(const base::ListValue* unused_args);
void HandleMirroring(const base::ListValue* args);
void HandleSetPrimary(const base::ListValue* args);
- void HandleDisplayLayout(const base::ListValue* args);
+ void HandleSetDisplayLayout(const base::ListValue* args);
void HandleSetDisplayMode(const base::ListValue* args);
void HandleSetOrientation(const base::ListValue* args);
void HandleSetColorProfile(const base::ListValue* args);

Powered by Google App Engine
This is Rietveld 408576698