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

Unified Diff: ui/display/chromeos/touchscreen_delegate_impl.h

Issue 336863002: Moving input device hotplug event processing outside of ui/display (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove TouchscreenDelegate references from display_unittests 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/display/chromeos/touchscreen_delegate_impl.h
diff --git a/ui/display/chromeos/touchscreen_delegate_impl.h b/ui/display/chromeos/touchscreen_delegate_impl.h
deleted file mode 100644
index 2ac2b1823d76870c6ee9e0c00ad95661a60ba63b..0000000000000000000000000000000000000000
--- a/ui/display/chromeos/touchscreen_delegate_impl.h
+++ /dev/null
@@ -1,30 +0,0 @@
-// Copyright 2014 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 UI_DISPLAY_CHROMEOS_TOUCHSCREEN_DELEGATE_IMPL_H_
-#define UI_DISPLAY_CHROMEOS_TOUCHSCREEN_DELEGATE_IMPL_H_
-
-#include "base/memory/scoped_ptr.h"
-#include "ui/display/chromeos/display_configurator.h"
-#include "ui/display/display_export.h"
-
-namespace ui {
-
-class DISPLAY_EXPORT TouchscreenDelegateImpl
- : public DisplayConfigurator::TouchscreenDelegate {
- public:
- TouchscreenDelegateImpl();
- virtual ~TouchscreenDelegateImpl();
-
- // DisplayConfigurator::TouchscreenDelegate overrides:
- virtual void AssociateTouchscreens(
- std::vector<DisplayConfigurator::DisplayState>* displays) OVERRIDE;
-
- private:
- DISALLOW_COPY_AND_ASSIGN(TouchscreenDelegateImpl);
-};
-
-} // namespace ui
-
-#endif // UI_DISPLAY_CHROMEOS_TOUCHSCREEN_DELEGATE_IMPL_H_
« no previous file with comments | « ui/display/chromeos/display_configurator_unittest.cc ('k') | ui/display/chromeos/touchscreen_delegate_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698