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

Unified Diff: apps/shell/browser/shell_desktop_controller.h

Issue 226183004: Renamed OutputConfigurator to DisplayConfigurator (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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: apps/shell/browser/shell_desktop_controller.h
diff --git a/apps/shell/browser/shell_desktop_controller.h b/apps/shell/browser/shell_desktop_controller.h
index 3420790bd0116e91ab9555cb1affdb68b56a23b3..e05129a10c2d42f10a1f887177ece6310e9db54c 100644
--- a/apps/shell/browser/shell_desktop_controller.h
+++ b/apps/shell/browser/shell_desktop_controller.h
@@ -12,7 +12,7 @@
#include "ui/gfx/geometry/size.h"
#if defined(OS_CHROMEOS)
-#include "ui/display/chromeos/output_configurator.h"
+#include "ui/display/chromeos/display_configurator.h"
#endif
namespace aura {
@@ -29,7 +29,7 @@ namespace apps {
// Handles desktop-related tasks for app_shell.
class ShellDesktopController
#if defined(OS_CHROMEOS)
- : public ui::OutputConfigurator::Observer
+ : public ui::DisplayConfigurator::Observer
#endif
{
public:
@@ -40,10 +40,9 @@ class ShellDesktopController
aura::WindowTreeHost* GetWindowTreeHost();
#if defined(OS_CHROMEOS)
- // ui::OutputConfigurator::Observer overrides.
- virtual void OnDisplayModeChanged(
- const std::vector<ui::OutputConfigurator::DisplayState>& outputs)
- OVERRIDE;
+ // ui::DisplayConfigurator::Observer overrides.
+ virtual void OnDisplayModeChanged(const std::vector<
+ ui::DisplayConfigurator::DisplayState>& outputs) OVERRIDE;
#endif
private:
@@ -58,7 +57,7 @@ class ShellDesktopController
gfx::Size GetPrimaryDisplaySize();
#if defined(OS_CHROMEOS)
- scoped_ptr<ui::OutputConfigurator> output_configurator_;
+ scoped_ptr<ui::DisplayConfigurator> display_configurator_;
#endif
// Enable a minimal set of views::corewm to be initialized.
« no previous file with comments | « no previous file | apps/shell/browser/shell_desktop_controller.cc » ('j') | ui/display/chromeos/display_configurator.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698