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

Unified Diff: chromeos_cros_api.h

Issue 6735026: Remove chromeos_keyboard* (Closed) Base URL: http://git.chromium.org/git/cros.git@master
Patch Set: re-upload Created 9 years, 8 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 | « SConstruct.chromiumos ('k') | 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 74151411d7e0d5eb808ee2458b3fd36397678395..80067977e794c3be0efc19ab2c28fce774d24539 100644
--- a/chromeos_cros_api.h
+++ b/chromeos_cros_api.h
@@ -213,12 +213,14 @@
// 126: Added RequestPin, EnterPin, UnblockPin, ChangePin, MonitorNetworkDevice
// 127: Added some properties to chromeos_mount DiskInfo. New interface is
// DiskInfoAdvanced
+// 128: Removed SetCurrentKeyboardLayoutByName, RemapModifierKeys,
+// SetAutoRepeatEnabled, SetAutoRepeatRate.
namespace chromeos { // NOLINT
enum CrosAPIVersion {
- kCrosAPIMinVersion = 110,
- kCrosAPIVersion = 127
+ kCrosAPIMinVersion = 124,
+ kCrosAPIVersion = 128
};
// Default path to pass to LoadCros: "/opt/google/chrome/chromeos/libcros.so"
« no previous file with comments | « SConstruct.chromiumos ('k') | chromeos_keyboard.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698