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

Unified Diff: content/renderer/device_sensors/device_orientation_absolute_event_pump.h

Issue 2037513002: Convert device_sensors to use mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@conversion--mime-registry
Patch Set: Created 4 years, 5 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: content/renderer/device_sensors/device_orientation_absolute_event_pump.h
diff --git a/content/renderer/device_sensors/device_orientation_absolute_event_pump.h b/content/renderer/device_sensors/device_orientation_absolute_event_pump.h
deleted file mode 100644
index e13becf43b09f9d068dcddeb94e1479b4212cf05..0000000000000000000000000000000000000000
--- a/content/renderer/device_sensors/device_orientation_absolute_event_pump.h
+++ /dev/null
@@ -1,32 +0,0 @@
-// Copyright 2015 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 CONTENT_RENDERER_DEVICE_SENSORS_DEVICE_ORIENTATION_ABSOLUTE_EVENT_PUMP_H_
-#define CONTENT_RENDERER_DEVICE_SENSORS_DEVICE_ORIENTATION_ABSOLUTE_EVENT_PUMP_H_
-
-#include "base/macros.h"
-#include "content/renderer/device_sensors/device_orientation_event_pump.h"
-
-namespace content {
-
-class CONTENT_EXPORT DeviceOrientationAbsoluteEventPump
- : public DeviceOrientationEventPump {
- public:
- explicit DeviceOrientationAbsoluteEventPump(RenderThread* thread);
- ~DeviceOrientationAbsoluteEventPump() override;
-
- // DeviceOrientationEventPump
- bool OnControlMessageReceived(const IPC::Message& message) override;
-
- protected:
- // DeviceOrientationEventPump
- void SendStartMessage() override;
- void SendStopMessage() override;
-
- DISALLOW_COPY_AND_ASSIGN(DeviceOrientationAbsoluteEventPump);
-};
-
-} // namespace content
-
-#endif // CONTENT_RENDERER_DEVICE_SENSORS_DEVICE_ORIENTATION_ABSOLUTE_EVENT_PUMP_H_

Powered by Google App Engine
This is Rietveld 408576698