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

Unified Diff: chromeos_cros_api.h

Issue 6606024: Eliminate ConenctionType, etc from chromeos_network.h (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/cros.git@master
Patch Set: Rebase. Created 9 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 54e1dec56b1b992f5ffb5ab8eec1133ec572827a..6b19ec22f1b5c4b6a91830e7d50a9881e8109ede 100644
--- a/chromeos_cros_api.h
+++ b/chromeos_cros_api.h
@@ -187,11 +187,15 @@
// GetHardwareKeyboardLayoutName, GetCurrentKeyboardLayoutName,
// DisconnectInputMethodStatus, and InputMethodStatusConnectionIsAlive.
// 107: Added RequestNetworkServiceConnect and SetNetworkServiceProperty.
+// 108: Move types, RequestWifiServicePath, RequestScan, EnableNetworkDevice
+// to deprecated. Add RequestHiddenWifiNetwork, RequestNetworkScan,
+// RequestNetworkDeviceEnable.
+
namespace chromeos { // NOLINT
enum CrosAPIVersion {
kCrosAPIMinVersion = 104,
- kCrosAPIVersion = 107
+ kCrosAPIVersion = 108
};
// 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