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

Unified Diff: chrome/test/data/extensions/api_test/networking/test.js

Issue 23441025: Clean up NetworkState members (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 3 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
Index: chrome/test/data/extensions/api_test/networking/test.js
diff --git a/chrome/test/data/extensions/api_test/networking/test.js b/chrome/test/data/extensions/api_test/networking/test.js
index 3968b93eb64aeaf6342053ffb10accd5b738e7fa..3a8980f028a52d5f2686bb55b62f9fa86b77f3e9 100644
--- a/chrome/test/data/extensions/api_test/networking/test.js
+++ b/chrome/test/data/extensions/api_test/networking/test.js
@@ -123,7 +123,6 @@ var availableTests = [
"Name": "wifi1",
"Type": "WiFi",
"WiFi": {
- "AutoConnect": false,
"Security": "WEP-PSK",
"SignalStrength": 0
}
@@ -133,9 +132,6 @@ var availableTests = [
"GUID": "stub_vpn1",
"Name": "vpn1",
"Type": "VPN",
- "VPN": {
- "AutoConnect": false
- }
},
{
"ConnectionState": "NotConnected",
@@ -143,7 +139,6 @@ var availableTests = [
"Name": "wifi2_PSK",
"Type": "WiFi",
"WiFi": {
- "AutoConnect": false,
"Security": "WPA-PSK",
"SignalStrength": 80
}
@@ -172,7 +167,6 @@ var availableTests = [
"Name": "wifi1",
"Type": "WiFi",
"WiFi": {
- "AutoConnect": false,
"Security": "WEP-PSK",
"SignalStrength": 0
}
@@ -183,7 +177,6 @@ var availableTests = [
"Name": "wifi2_PSK",
"Type": "WiFi",
"WiFi": {
- "AutoConnect": false,
"Security": "WPA-PSK",
"SignalStrength": 80
}
@@ -306,7 +299,6 @@ var availableTests = [
"Name": "wifi2_PSK",
"Type": "WiFi",
"WiFi": {
- "AutoConnect": false,
"Security": "WPA-PSK",
"SignalStrength": 80
}
« no previous file with comments | « chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc ('k') | chromeos/network/network_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698