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

Side by Side Diff: ash/mus/shell_delegate_mus.h

Issue 1770993002: wip: Refactoring Ash's AppListController, moving the bulk of the logic to chrome/browser/ui/ash/app… Base URL: https://chromium.googlesource.com/chromium/src.git@small_5_apps
Patch Set: AppListShower to new component: //ui/app_list/shower, GetViewDelegate() in GetViewDelegate(), test … Created 4 years, 8 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 unified diff | Download patch
« no previous file with comments | « ash/ash.gyp ('k') | ash/mus/shell_delegate_mus.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef ASH_MUS_SHELL_DELEGATE_MUS_H_ 5 #ifndef ASH_MUS_SHELL_DELEGATE_MUS_H_
6 #define ASH_MUS_SHELL_DELEGATE_MUS_H_ 6 #define ASH_MUS_SHELL_DELEGATE_MUS_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "ash/shell_delegate.h" 10 #include "ash/shell_delegate.h"
(...skipping 21 matching lines...) Expand all
32 void PreInit() override; 32 void PreInit() override;
33 void PreShutdown() override; 33 void PreShutdown() override;
34 void Exit() override; 34 void Exit() override;
35 keyboard::KeyboardUI* CreateKeyboardUI() override; 35 keyboard::KeyboardUI* CreateKeyboardUI() override;
36 void VirtualKeyboardActivated(bool activated) override; 36 void VirtualKeyboardActivated(bool activated) override;
37 void AddVirtualKeyboardStateObserver( 37 void AddVirtualKeyboardStateObserver(
38 VirtualKeyboardStateObserver* observer) override; 38 VirtualKeyboardStateObserver* observer) override;
39 void RemoveVirtualKeyboardStateObserver( 39 void RemoveVirtualKeyboardStateObserver(
40 VirtualKeyboardStateObserver* observer) override; 40 VirtualKeyboardStateObserver* observer) override;
41 void OpenUrl(const GURL& url) override; 41 void OpenUrl(const GURL& url) override;
42 app_list::AppListViewDelegate* GetAppListViewDelegate() override; 42 app_list::AppListShower* GetAppListShower() override;
43 ShelfDelegate* CreateShelfDelegate(ShelfModel* model) override; 43 ShelfDelegate* CreateShelfDelegate(ShelfModel* model) override;
44 ash::SystemTrayDelegate* CreateSystemTrayDelegate() override; 44 ash::SystemTrayDelegate* CreateSystemTrayDelegate() override;
45 ash::UserWallpaperDelegate* CreateUserWallpaperDelegate() override; 45 ash::UserWallpaperDelegate* CreateUserWallpaperDelegate() override;
46 ash::SessionStateDelegate* CreateSessionStateDelegate() override; 46 ash::SessionStateDelegate* CreateSessionStateDelegate() override;
47 ash::AccessibilityDelegate* CreateAccessibilityDelegate() override; 47 ash::AccessibilityDelegate* CreateAccessibilityDelegate() override;
48 ash::NewWindowDelegate* CreateNewWindowDelegate() override; 48 ash::NewWindowDelegate* CreateNewWindowDelegate() override;
49 ash::MediaDelegate* CreateMediaDelegate() override; 49 ash::MediaDelegate* CreateMediaDelegate() override;
50 ui::MenuModel* CreateContextMenu(ash::Shelf* shelf, 50 ui::MenuModel* CreateContextMenu(ash::Shelf* shelf,
51 const ash::ShelfItem* item) override; 51 const ash::ShelfItem* item) override;
52 GPUSupport* CreateGPUSupport() override; 52 GPUSupport* CreateGPUSupport() override;
53 base::string16 GetProductName() const override; 53 base::string16 GetProductName() const override;
54 gfx::Image GetDeprecatedAcceleratorImage() const override; 54 gfx::Image GetDeprecatedAcceleratorImage() const override;
55 55
56 private: 56 private:
57 DISALLOW_COPY_AND_ASSIGN(ShellDelegateMus); 57 DISALLOW_COPY_AND_ASSIGN(ShellDelegateMus);
58 }; 58 };
59 59
60 } // namespace sysui 60 } // namespace sysui
61 } // namespace ash 61 } // namespace ash
62 62
63 #endif // ASH_MUS_SHELL_DELEGATE_MUS_H_ 63 #endif // ASH_MUS_SHELL_DELEGATE_MUS_H_
OLDNEW
« no previous file with comments | « ash/ash.gyp ('k') | ash/mus/shell_delegate_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698