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

Unified Diff: ui/ozone/platform/test/ozone_platform_test.cc

Issue 508303002: Move touchscreen device caching to DeviceDataManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 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
Index: ui/ozone/platform/test/ozone_platform_test.cc
diff --git a/ui/ozone/platform/test/ozone_platform_test.cc b/ui/ozone/platform/test/ozone_platform_test.cc
index 9bcaefee94b5777a1bf930aa731886a96a397484..01f3a1722e9fda4aae444e9f271c9a93609d134e 100644
--- a/ui/ozone/platform/test/ozone_platform_test.cc
+++ b/ui/ozone/platform/test/ozone_platform_test.cc
@@ -18,7 +18,6 @@
#if defined(OS_CHROMEOS)
#include "ui/ozone/common/chromeos/native_display_delegate_ozone.h"
-#include "ui/ozone/common/chromeos/touchscreen_device_manager_ozone.h"
#endif
namespace ui {
@@ -58,11 +57,6 @@ class OzonePlatformTest : public OzonePlatform {
OVERRIDE {
return scoped_ptr<NativeDisplayDelegate>(new NativeDisplayDelegateOzone());
}
- virtual scoped_ptr<TouchscreenDeviceManager>
- CreateTouchscreenDeviceManager() OVERRIDE {
- return scoped_ptr<TouchscreenDeviceManager>(
- new TouchscreenDeviceManagerOzone());
- }
#endif
virtual void InitializeUI() OVERRIDE {

Powered by Google App Engine
This is Rietveld 408576698