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

Unified Diff: device/generic_sensor/platform_sensor_provider_mac.cc

Issue 2434563005: [sensors] Add a browser test to sanity check ambient light sensor. (Closed)
Patch Set: Fix nits found by Reilly Created 4 years, 2 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
« no previous file with comments | « device/generic_sensor/platform_sensor_provider_default.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/generic_sensor/platform_sensor_provider_mac.cc
diff --git a/device/generic_sensor/platform_sensor_provider_mac.cc b/device/generic_sensor/platform_sensor_provider_mac.cc
index e315074b3971c99f37401094d0192a494872f23e..777cda0bab768c4cfce0dd8b056f1ea2a107366a 100644
--- a/device/generic_sensor/platform_sensor_provider_mac.cc
+++ b/device/generic_sensor/platform_sensor_provider_mac.cc
@@ -10,11 +10,6 @@
namespace device {
// static
-PlatformSensorProvider* PlatformSensorProvider::GetInstance() {
- return PlatformSensorProviderMac::GetInstance();
-}
-
-// static
PlatformSensorProviderMac* PlatformSensorProviderMac::GetInstance() {
return base::Singleton<
PlatformSensorProviderMac,
« no previous file with comments | « device/generic_sensor/platform_sensor_provider_default.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698