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

Unified Diff: chromeos_cros_api.h

Issue 652187: Added ConnectToNetwork (Closed)
Patch Set: merge in new changes Created 10 years, 10 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 80ba475403f4ecd7657bd37e2c95a7c807f1b274..1361c7752a8d9854262147e5c231175b264b6912 100644
--- a/chromeos_cros_api.h
+++ b/chromeos_cros_api.h
@@ -54,12 +54,13 @@
// 6: Deprecated GetIPConfigProperty and SetIPConfigProperty.
// 7: Added a member to InputLanguageList struct (backward incompatible).
// 8: Added LanguageStatusConnectionIsAlive API.
+// 9: Added ConnectToNetwork and refactored code (backward incompatible).
namespace chromeos { // NOLINT
enum CrosAPIVersion {
- kCrosAPIMinVersion = 7,
- kCrosAPIVersion = 8
+ kCrosAPIMinVersion = 9,
+ kCrosAPIVersion = 9
};
// 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