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

Unified Diff: ash/shell.h

Issue 11419013: Add desktop vs. ash context to ui_controls Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: mac typo Created 8 years, 1 month 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 | ash/shell.cc » ('j') | chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index db4b5c0b84578ac8c5ead64f9ee65ad8368e9cba..98a0ea2023b1efb7f4065d8f8441986e6ccf70f5 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -50,6 +50,9 @@ class Rect;
namespace ui {
class Layer;
}
+namespace ui_controls {
+class UIControls;
+}
namespace views {
class NonClientFrameView;
class Widget;
@@ -459,6 +462,8 @@ class ASH_EXPORT Shell : internal::SystemModalContainerEventFilterDelegate,
ScreenAsh* screen_;
+ scoped_ptr<ui_controls::UIControls> ui_controls_;
+
// Active root window. Never becomes NULL during the session.
aura::RootWindow* active_root_window_;
« no previous file with comments | « no previous file | ash/shell.cc » ('j') | chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698