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

Unified Diff: chromeos_cros_api.h

Issue 1695032: Added DisconnectFromNetwork and SetPassphrase. (Closed) Base URL: ssh://git@chromiumos-git//cros.git
Patch Set: Created 10 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 | « no previous file | chromeos_network.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 ea858f8b2dc1359cdb65b86376a36dd4132afc5b..fa77dd63f1bddf5f64022409b4a5f22eecff9eff 100644
--- a/chromeos_cros_api.h
+++ b/chromeos_cros_api.h
@@ -82,12 +82,13 @@
// Added MonitorInputMethodStatus, DisconnectInputMethodStatusConnection,
// InputMethodStatusConnectionIsAlive.
// 26: Added speech synthesis library functions.
+// 27: Added DisconnectFromNetwork and SetPassphrase
namespace chromeos { // NOLINT
enum CrosAPIVersion {
kCrosAPIMinVersion = 21,
- kCrosAPIVersion = 26
+ kCrosAPIVersion = 27
};
// Default path to pass to LoadCros: "/opt/google/chrome/chromeos/libcros.so"
« no previous file with comments | « no previous file | chromeos_network.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698