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

Unified Diff: ash/sysui/shell_delegate_mus.h

Issue 2335833002: mash: Port ash_sysui app list presenter to mojo:ash. (Closed)
Patch Set: Reorder ShellDelegateMus members. Created 4 years, 3 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/sysui/manifest.json ('k') | ash/sysui/shell_delegate_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/sysui/shell_delegate_mus.h
diff --git a/ash/sysui/shell_delegate_mus.h b/ash/sysui/shell_delegate_mus.h
index 8a3b8b77b5c4d9ab048a4edc3bd68ee9ba387fba..e5bc1341426e0f253ae983ce1c347b5026410534 100644
--- a/ash/sysui/shell_delegate_mus.h
+++ b/ash/sysui/shell_delegate_mus.h
@@ -15,14 +15,11 @@ class KeyboardUI;
}
namespace ash {
-
-class AppListPresenterMus;
-
namespace sysui {
class ShellDelegateMus : public ShellDelegate {
public:
- explicit ShellDelegateMus(std::unique_ptr<AppListPresenterMus>);
+ ShellDelegateMus();
~ShellDelegateMus() override;
bool IsFirstRunAfterBoot() const override;
@@ -52,8 +49,6 @@ class ShellDelegateMus : public ShellDelegate {
gfx::Image GetDeprecatedAcceleratorImage() const override;
private:
- std::unique_ptr<app_list::AppListPresenter> app_list_presenter_;
-
DISALLOW_COPY_AND_ASSIGN(ShellDelegateMus);
};
« no previous file with comments | « ash/sysui/manifest.json ('k') | ash/sysui/shell_delegate_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698