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

Unified Diff: chromeos_cros_api.h

Issue 5640003: libcros: Watch for display brightness changes. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/cros.git@master
Patch Set: update comment Created 10 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 | « chromeos_brightness.cc ('k') | load.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 171397b97236e4217d26eb1bb6f1e245bda5d752..2590792490e3db5e9052b504527b99ee3fb8cb76 100644
--- a/chromeos_cros_api.h
+++ b/chromeos_cros_api.h
@@ -160,12 +160,13 @@
// 86: Deprecated restricted_pool and added connectivity_state in ServiceInfo
// struct in network library
// 87: Added entd restarting ability.
+// 88: Added MonitorBrightness and DisconnectBrightness.
namespace chromeos { // NOLINT
enum CrosAPIVersion {
kCrosAPIMinVersion = 83,
- kCrosAPIVersion = 87
+ kCrosAPIVersion = 88
};
// Default path to pass to LoadCros: "/opt/google/chrome/chromeos/libcros.so"
« no previous file with comments | « chromeos_brightness.cc ('k') | load.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698