| Index: chromeos_cros_api.h
|
| diff --git a/chromeos_cros_api.h b/chromeos_cros_api.h
|
| index 4ad1d4f294f138dd7b6dff8b74f3becbfec7b08f..c7f8c6aafbd340f812fea789b927d382d447ab7e 100644
|
| --- a/chromeos_cros_api.h
|
| +++ b/chromeos_cros_api.h
|
| @@ -101,12 +101,13 @@
|
| // 34: Added GetSystemInfo. Logs returned by GetSystemInfo are consumed by
|
| // the bug report dialog when submitting user feedback to Google Feedback
|
| // 35: Removed deprecated methods for input method (see v28).
|
| +// 36: Fix crashing but with device_path set to unknown.
|
|
|
| namespace chromeos { // NOLINT
|
|
|
| enum CrosAPIVersion {
|
| kCrosAPIMinVersion = 29,
|
| - kCrosAPIVersion = 35
|
| + kCrosAPIVersion = 36
|
| };
|
|
|
| // Default path to pass to LoadCros: "/opt/google/chrome/chromeos/libcros.so"
|
|
|