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

Unified Diff: ash/common/wm_shell.h

Issue 2150023002: Add ShellDelegate, MediaDelegate and KeyboardUI stubs to mus ash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 4 years, 5 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/common/pointer_watcher_delegate.h ('k') | ash/common/wm_shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/wm_shell.h
diff --git a/ash/common/wm_shell.h b/ash/common/wm_shell.h
index 29991b90b2545672e24c4512ac621e878e692973..293cc4a23bdb61dc1b7bc28cbe5ce65c11d070b9 100644
--- a/ash/common/wm_shell.h
+++ b/ash/common/wm_shell.h
@@ -218,7 +218,7 @@ class ASH_EXPORT WmShell {
#endif
protected:
- explicit WmShell(ShellDelegate* delegate);
+ explicit WmShell(std::unique_ptr<ShellDelegate> shell_delegate);
virtual ~WmShell();
base::ObserverList<ShellObserver>* shell_observers() {
« no previous file with comments | « ash/common/pointer_watcher_delegate.h ('k') | ash/common/wm_shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698