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

Unified Diff: chrome/browser/ui/ash/chrome_shell_delegate.cc

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/ash/chrome_shell_delegate.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/ash/chrome_shell_delegate.cc
diff --git a/chrome/browser/ui/ash/chrome_shell_delegate.cc b/chrome/browser/ui/ash/chrome_shell_delegate.cc
index 70753a08b81e99222369a1147d3a1decfcd10cb8..0a6bf5a4d3bf6146562573c0a227ed8945b6f8a7 100644
--- a/chrome/browser/ui/ash/chrome_shell_delegate.cc
+++ b/chrome/browser/ui/ash/chrome_shell_delegate.cc
@@ -18,7 +18,6 @@
#include "ash/common/wm/window_state.h"
#include "ash/common/wm_shell.h"
#include "ash/content/gpu_support_impl.h"
-#include "ash/pointer_watcher_delegate_aura.h"
#include "ash/shell.h"
#include "ash/wm/window_util.h"
#include "base/command_line.h"
@@ -433,11 +432,6 @@ ash::ShelfDelegate* ChromeShellDelegate::CreateShelfDelegate(
return shelf_delegate_;
}
-std::unique_ptr<ash::PointerWatcherDelegate>
-ChromeShellDelegate::CreatePointerWatcherDelegate() {
- return base::WrapUnique(new ash::PointerWatcherDelegateAura);
-}
-
ui::MenuModel* ChromeShellDelegate::CreateContextMenu(
ash::WmShelf* wm_shelf,
const ash::ShelfItem* item) {
« no previous file with comments | « chrome/browser/ui/ash/chrome_shell_delegate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698