| Index: content/browser/device_orientation/data_fetcher_impl_win.h
|
| diff --git a/content/browser/device_orientation/data_fetcher_impl_win.h b/content/browser/device_orientation/data_fetcher_impl_win.h
|
| index 9a065066a31f0d5a9e81b2a63f846d51acd8b49c..a69a6d436f0c8b051dc86c765ad47459b8cb1530 100644
|
| --- a/content/browser/device_orientation/data_fetcher_impl_win.h
|
| +++ b/content/browser/device_orientation/data_fetcher_impl_win.h
|
| @@ -36,10 +36,14 @@ class DataFetcherImplWin : public DataFetcher {
|
| // Implement DataFetcher.
|
| virtual const DeviceData* GetDeviceData(DeviceData::Type type) OVERRIDE;
|
|
|
| + void Stop();
|
| +
|
| private:
|
| class SensorEventSink;
|
| friend SensorEventSink;
|
|
|
| + static DataFetcherImplWin* instance();
|
| +
|
| DataFetcherImplWin();
|
| bool Initialize();
|
| void OnOrientationData(Orientation* orientation);
|
|
|