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

Side by Side Diff: chrome/browser/ui/ash/chrome_shell_delegate.h

Issue 2267023003: ash: Eliminate PointerWatcherDelegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/test/test_shell_delegate.cc ('k') | chrome/browser/ui/ash/chrome_shell_delegate.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 (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 CHROME_BROWSER_UI_ASH_CHROME_SHELL_DELEGATE_H_ 5 #ifndef CHROME_BROWSER_UI_ASH_CHROME_SHELL_DELEGATE_H_
6 #define CHROME_BROWSER_UI_ASH_CHROME_SHELL_DELEGATE_H_ 6 #define CHROME_BROWSER_UI_ASH_CHROME_SHELL_DELEGATE_H_
7 7
8 #include <memory> 8 #include <memory>
9 #include <string> 9 #include <string>
10 10
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 void OpenUrlFromArc(const GURL& url) override; 45 void OpenUrlFromArc(const GURL& url) override;
46 app_list::AppListPresenter* GetAppListPresenter() override; 46 app_list::AppListPresenter* GetAppListPresenter() override;
47 ash::ShelfDelegate* CreateShelfDelegate(ash::ShelfModel* model) override; 47 ash::ShelfDelegate* CreateShelfDelegate(ash::ShelfModel* model) override;
48 ash::SystemTrayDelegate* CreateSystemTrayDelegate() override; 48 ash::SystemTrayDelegate* CreateSystemTrayDelegate() override;
49 ash::UserWallpaperDelegate* CreateUserWallpaperDelegate() override; 49 ash::UserWallpaperDelegate* CreateUserWallpaperDelegate() override;
50 ash::SessionStateDelegate* CreateSessionStateDelegate() override; 50 ash::SessionStateDelegate* CreateSessionStateDelegate() override;
51 ash::AccessibilityDelegate* CreateAccessibilityDelegate() override; 51 ash::AccessibilityDelegate* CreateAccessibilityDelegate() override;
52 ash::NewWindowDelegate* CreateNewWindowDelegate() override; 52 ash::NewWindowDelegate* CreateNewWindowDelegate() override;
53 ash::MediaDelegate* CreateMediaDelegate() override; 53 ash::MediaDelegate* CreateMediaDelegate() override;
54 std::unique_ptr<ash::PaletteDelegate> CreatePaletteDelegate() override; 54 std::unique_ptr<ash::PaletteDelegate> CreatePaletteDelegate() override;
55 std::unique_ptr<ash::PointerWatcherDelegate> CreatePointerWatcherDelegate()
56 override;
57 ui::MenuModel* CreateContextMenu(ash::WmShelf* wm_shelf, 55 ui::MenuModel* CreateContextMenu(ash::WmShelf* wm_shelf,
58 const ash::ShelfItem* item) override; 56 const ash::ShelfItem* item) override;
59 ash::GPUSupport* CreateGPUSupport() override; 57 ash::GPUSupport* CreateGPUSupport() override;
60 base::string16 GetProductName() const override; 58 base::string16 GetProductName() const override;
61 void OpenKeyboardShortcutHelpPage() const override; 59 void OpenKeyboardShortcutHelpPage() const override;
62 gfx::Image GetDeprecatedAcceleratorImage() const override; 60 gfx::Image GetDeprecatedAcceleratorImage() const override;
63 void ToggleTouchpad() override; 61 void ToggleTouchpad() override;
64 void ToggleTouchscreen() override; 62 void ToggleTouchscreen() override;
65 63
66 // content::NotificationObserver override: 64 // content::NotificationObserver override:
(...skipping 11 matching lines...) Expand all
78 // Proxies events from chrome/browser to ash::UserMetricsRecorder. 76 // Proxies events from chrome/browser to ash::UserMetricsRecorder.
79 std::unique_ptr<ChromeUserMetricsRecorder> chrome_user_metrics_recorder_; 77 std::unique_ptr<ChromeUserMetricsRecorder> chrome_user_metrics_recorder_;
80 78
81 std::unique_ptr<chromeos::DisplayConfigurationObserver> 79 std::unique_ptr<chromeos::DisplayConfigurationObserver>
82 display_configuration_observer_; 80 display_configuration_observer_;
83 81
84 DISALLOW_COPY_AND_ASSIGN(ChromeShellDelegate); 82 DISALLOW_COPY_AND_ASSIGN(ChromeShellDelegate);
85 }; 83 };
86 84
87 #endif // CHROME_BROWSER_UI_ASH_CHROME_SHELL_DELEGATE_H_ 85 #endif // CHROME_BROWSER_UI_ASH_CHROME_SHELL_DELEGATE_H_
OLDNEW
« no previous file with comments | « ash/test/test_shell_delegate.cc ('k') | chrome/browser/ui/ash/chrome_shell_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698