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

Unified Diff: ash/shell.h

Issue 2024993002: Makes RootWindowController window creation in terms of common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge 2 trunk Created 4 years, 7 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 | « ash/root_window_controller.cc ('k') | ash/wm/aura/wm_globals_aura.h » ('j') | no next file with comments »
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 05901aa8c73953b506a6074d935b4c5e100b490e..d2fcd975981ab04208166fb4f51e2efb00bbacdc 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -601,6 +601,8 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
KeyboardUI* keyboard_ui() { return keyboard_ui_.get(); }
+ // TODO(sky): remove this. This was needed by sysui, but as sysui is going
+ // away it should no longer be needed.
bool in_mus() const { return in_mus_; }
#if defined(OS_CHROMEOS)
« no previous file with comments | « ash/root_window_controller.cc ('k') | ash/wm/aura/wm_globals_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698