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

Unified Diff: ash/sysui/shell_delegate_mus.h

Issue 2339633002: mash: Port KeyboardUIMus to mojo:ash; remove sysui. (Closed)
Patch Set: Add mash NOTIMPLEMENTED() in AccessibilityManager::UpdateVirtualKeyboardFromPref() 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
deleted file mode 100644
index e5bc1341426e0f253ae983ce1c347b5026410534..0000000000000000000000000000000000000000
--- a/ash/sysui/shell_delegate_mus.h
+++ /dev/null
@@ -1,58 +0,0 @@
-// Copyright 2016 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef ASH_SYSUI_SHELL_DELEGATE_MUS_H_
-#define ASH_SYSUI_SHELL_DELEGATE_MUS_H_
-
-#include <memory>
-
-#include "ash/common/shell_delegate.h"
-#include "base/macros.h"
-
-namespace keyboard {
-class KeyboardUI;
-}
-
-namespace ash {
-namespace sysui {
-
-class ShellDelegateMus : public ShellDelegate {
- public:
- ShellDelegateMus();
- ~ShellDelegateMus() override;
-
- bool IsFirstRunAfterBoot() const override;
- bool IsIncognitoAllowed() const override;
- bool IsMultiProfilesEnabled() const override;
- bool IsRunningInForcedAppMode() const override;
- bool CanShowWindowForUser(WmWindow* window) const override;
- bool IsForceMaximizeOnFirstRun() const override;
- void PreInit() override;
- void PreShutdown() override;
- void Exit() override;
- keyboard::KeyboardUI* CreateKeyboardUI() override;
- void OpenUrlFromArc(const GURL& url) override;
- app_list::AppListPresenter* GetAppListPresenter() override;
- ShelfDelegate* CreateShelfDelegate(ShelfModel* model) override;
- SystemTrayDelegate* CreateSystemTrayDelegate() override;
- std::unique_ptr<WallpaperDelegate> CreateWallpaperDelegate() override;
- SessionStateDelegate* CreateSessionStateDelegate() override;
- AccessibilityDelegate* CreateAccessibilityDelegate() override;
- NewWindowDelegate* CreateNewWindowDelegate() override;
- MediaDelegate* CreateMediaDelegate() override;
- std::unique_ptr<PaletteDelegate> CreatePaletteDelegate() override;
- ui::MenuModel* CreateContextMenu(WmShelf* wm_shelf,
- const ShelfItem* item) override;
- GPUSupport* CreateGPUSupport() override;
- base::string16 GetProductName() const override;
- gfx::Image GetDeprecatedAcceleratorImage() const override;
-
- private:
- DISALLOW_COPY_AND_ASSIGN(ShellDelegateMus);
-};
-
-} // namespace sysui
-} // namespace ash
-
-#endif // ASH_SYSUI_SHELL_DELEGATE_MUS_H_
« 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