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

Unified Diff: device/generic_sensor/linux/sensor_data_linux.h

Issue 2571613003: [sensors](CrOS/Linux) Add support for als sensor which has "intensity" naming. (Closed)
Patch Set: rebased Created 4 years 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 | « no previous file | device/generic_sensor/linux/sensor_data_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/generic_sensor/linux/sensor_data_linux.h
diff --git a/device/generic_sensor/linux/sensor_data_linux.h b/device/generic_sensor/linux/sensor_data_linux.h
index b98523d044fc65b2b4e11bf2c5e0ff5af2181f31..5f82898b93f4a4f2869d661d71cec67fb1c3c0e4 100644
--- a/device/generic_sensor/linux/sensor_data_linux.h
+++ b/device/generic_sensor/linux/sensor_data_linux.h
@@ -25,8 +25,6 @@ struct DEVICE_GENERIC_SENSOR_EXPORT SensorPathsLinux {
SensorPathsLinux();
~SensorPathsLinux();
SensorPathsLinux(const SensorPathsLinux& other);
- // Provides a base path to all sensors.
- const base::FilePath::CharType* base_path_sensor_linux;
// Provides an array of sensor file names to be searched for.
// Different sensors might have up to 3 different file name arrays.
// One file must be found from each array.
« no previous file with comments | « no previous file | device/generic_sensor/linux/sensor_data_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698