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

Unified Diff: third_party/WebKit/Source/modules/sensor/SensorProviderProxy.h

Issue 2668173003: [Sensors] Remove SensorReading interfaces (Closed)
Patch Set: updated global-interface-listing.html Created 3 years, 11 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: third_party/WebKit/Source/modules/sensor/SensorProviderProxy.h
diff --git a/third_party/WebKit/Source/modules/sensor/SensorProviderProxy.h b/third_party/WebKit/Source/modules/sensor/SensorProviderProxy.h
index 91c324e1548a1a687f4ad78515816ccdf636c42f..227e1cbe172d942536986fc331a09284d26fa95d 100644
--- a/third_party/WebKit/Source/modules/sensor/SensorProviderProxy.h
+++ b/third_party/WebKit/Source/modules/sensor/SensorProviderProxy.h
@@ -14,7 +14,6 @@
namespace blink {
class SensorProxy;
-class SensorReadingFactory;
// This class wraps 'SensorProvider' mojo interface and it manages
// 'SensorProxy' instances.
@@ -29,9 +28,7 @@ class SensorProviderProxy final
~SensorProviderProxy();
- SensorProxy* createSensorProxy(device::mojom::blink::SensorType,
- Page*,
- std::unique_ptr<SensorReadingFactory>);
+ SensorProxy* createSensorProxy(device::mojom::blink::SensorType, Page*);
SensorProxy* getSensorProxy(device::mojom::blink::SensorType);
« no previous file with comments | « third_party/WebKit/Source/modules/sensor/Sensor.idl ('k') | third_party/WebKit/Source/modules/sensor/SensorProviderProxy.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698