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

Unified Diff: ash/shell.cc

Issue 9699098: Move automation/ui_controls to ui/ui_controls (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: resync Created 8 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
« no previous file with comments | « no previous file | chrome/browser/accessibility/accessibility_win_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.cc
diff --git a/ash/shell.cc b/ash/shell.cc
index 64bd98d611119f716508652f963c285b08298d9d..1ce96ff748f6756bc8e178bb5d943c9f9eedae16 100644
--- a/ash/shell.cc
+++ b/ash/shell.cc
@@ -65,10 +65,12 @@
#include "ui/aura/monitor.h"
#include "ui/aura/monitor_manager.h"
#include "ui/aura/root_window.h"
+#include "ui/aura/ui_controls_aura.h"
#include "ui/aura/window.h"
#include "ui/gfx/compositor/layer.h"
#include "ui/gfx/compositor/layer_animator.h"
#include "ui/gfx/size.h"
+#include "ui/ui_controls/ui_controls.h"
#include "ui/views/widget/native_widget_aura.h"
#include "ui/views/widget/widget.h"
@@ -393,6 +395,7 @@ Shell::Shell(ShellDelegate* delegate)
aura::Env::GetInstance()->SetMonitorManager(
aura::CreateSingleMonitorManager(root_window_.get()));
gfx::Screen::SetInstance(screen_);
+ ui_controls::InstallUIControlsAura(CreateUIControlsAura(root_window_.get()));
}
Shell::~Shell() {
« no previous file with comments | « no previous file | chrome/browser/accessibility/accessibility_win_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698