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

Unified Diff: chromeos_cros_api.h

Issue 3155020: Add GetHardwareKeyboardLayoutName method instead of kHardwareLayout (Closed) Base URL: http://src.chromium.org/git/cros.git
Patch Set: add GethardwareKeyboardLayoutName() Created 10 years, 4 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_keyboard.h » ('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 a43080e4b0fbc441597c064f3c1157e275c28bc3..105992e4641da58b3e48a44864c9c19d9fb5760c 100644
--- a/chromeos_cros_api.h
+++ b/chromeos_cros_api.h
@@ -126,12 +126,13 @@
// 55: Added GetServiceInfo and GetRememberedServiceInfo on SystemInfo struct.
// 56: Added RestartJob to chromeos_login.{cc,h}.
// 57: Added UnmountDevicePath to chromeos_mount.h
+// 58: Added GetHardwareKeyboardLayoutName
namespace chromeos { // NOLINT
enum CrosAPIVersion {
kCrosAPIMinVersion = 29,
- kCrosAPIVersion = 57
+ kCrosAPIVersion = 58
};
// Default path to pass to LoadCros: "/opt/google/chrome/chromeos/libcros.so"
« no previous file with comments | « no previous file | chromeos_keyboard.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698