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

Unified Diff: ui/views/mus/screen_mus.h

Issue 1674903003: Extract shell methods from ApplicationImpl into a base class, and pass this to Initialize() instead. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojom
Patch Set: . Created 4 years, 10 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 | « ui/views/mus/platform_window_mus.cc ('k') | ui/views/mus/screen_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/screen_mus.h
diff --git a/ui/views/mus/screen_mus.h b/ui/views/mus/screen_mus.h
index 981cc728b3cf52acd73ccd908198142340d9eb64..0e9a352e27bb24460aa90f40d65e3dc4afac0176 100644
--- a/ui/views/mus/screen_mus.h
+++ b/ui/views/mus/screen_mus.h
@@ -15,7 +15,7 @@
#include "ui/views/mus/mus_export.h"
namespace mojo {
-class ApplicationImpl;
+class Shell;
}
namespace views {
@@ -30,7 +30,7 @@ class VIEWS_MUS_EXPORT ScreenMus
explicit ScreenMus(ScreenMusDelegate* delegate);
~ScreenMus() override;
- void Init(mojo::ApplicationImpl* app);
+ void Init(mojo::Shell* shell);
private:
int FindDisplayIndexById(int64_t id) const;
« no previous file with comments | « ui/views/mus/platform_window_mus.cc ('k') | ui/views/mus/screen_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698