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

Unified Diff: chromeos_cros_api.h

Issue 2147006: Fix crashing bug where device_path is set to unknown. (Closed) Base URL: ssh://git@chromiumos-git//cros.git
Patch Set: Created 10 years, 7 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 | « no previous file | chromeos_network.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « no previous file | chromeos_network.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698