Index: content/browser/device_orientation/device_motion_provider.h |
diff --git a/content/browser/device_orientation/device_motion_provider.h b/content/browser/device_orientation/device_motion_provider.h |
index 30cdde45b4a47b581560b33ec517e67dd10aef38..79eda47e0727146d93cf236c9b9049072c5b4fdd 100644 |
--- a/content/browser/device_orientation/device_motion_provider.h |
+++ b/content/browser/device_orientation/device_motion_provider.h |
@@ -11,8 +11,7 @@ |
#include "content/common/device_motion_hardware_buffer.h" |
namespace content { |
- |
-// TODO(timvolodine) Implement this class properly. |
+class DataFetcherSharedMemory; |
class CONTENT_EXPORT DeviceMotionProvider { |
public: |
@@ -31,14 +30,8 @@ class CONTENT_EXPORT DeviceMotionProvider { |
private: |
static DeviceMotionProvider* instance_; |
- |
base::SharedMemory device_motion_shared_memory_; |
- |
DeviceMotionHardwareBuffer* SharedMemoryAsHardwareBuffer(); |
- |
- // FIXME: add member variable, |
- // scoped_ptr<DataFetcherSharedMemory> data_fetcher_; |
- |
bool is_started_; |
DISALLOW_COPY_AND_ASSIGN(DeviceMotionProvider); |