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

Unified Diff: chrome/test/data/extensions/api_test/networking_private/chromeos/test.js

Issue 917053002: Add Source property to networkingPrivate.getState (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase with separated test expectations Created 5 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
Index: chrome/test/data/extensions/api_test/networking_private/chromeos/test.js
diff --git a/chrome/test/data/extensions/api_test/networking_private/chromeos/test.js b/chrome/test/data/extensions/api_test/networking_private/chromeos/test.js
index 92285fd277abcc812fca8e8be9aa0bb34ec679fd..d810af05fe77c1bbbbbff64d388b9f612804e97e 100644
--- a/chrome/test/data/extensions/api_test/networking_private/chromeos/test.js
+++ b/chrome/test/data/extensions/api_test/networking_private/chromeos/test.js
@@ -137,6 +137,7 @@ var availableTests = [
"GUID": "stub_wifi1_guid",
"Name": "wifi1",
"Type": "WiFi",
+ "Source":"User",
"WiFi": {
"Security": "WEP-PSK",
"SignalStrength": 40
@@ -145,6 +146,7 @@ var availableTests = [
"GUID": "stub_wifi2_guid",
"Name": "wifi2_PSK",
"Type": "WiFi",
+ "Source":"User",
"WiFi": {
"Security": "WPA-PSK",
}
@@ -159,6 +161,7 @@ var availableTests = [
"ConnectionState": "Connected",
"GUID": "stub_wifi1_guid",
"Name": "wifi1",
+ "Source":"User",
"Type": "WiFi",
"WiFi": {
"Security": "WEP-PSK",
@@ -177,6 +180,7 @@ var availableTests = [
},
"GUID": "stub_ethernet_guid",
"Name": "eth0",
+ "Source":"Device",
"Type": "Ethernet"
}], result);
}));
@@ -194,6 +198,7 @@ var availableTests = [
},
"GUID": "stub_ethernet_guid",
"Name": "eth0",
+ "Source":"Device",
"Type": "Ethernet"
},
{
@@ -201,6 +206,7 @@ var availableTests = [
"ConnectionState": "Connected",
"GUID": "stub_wifi1_guid",
"Name": "wifi1",
+ "Source": "User",
"Type": "WiFi",
"WiFi": {
"Security": "WEP-PSK",
@@ -212,6 +218,7 @@ var availableTests = [
"ConnectionState": "Connected",
"GUID": "stub_wimax_guid",
"Name": "wimax",
+ "Source":"User",
"Type": "WiMAX",
"WiMAX": {
"SignalStrength": 40
@@ -221,6 +228,7 @@ var availableTests = [
"ConnectionState": "Connected",
"GUID": "stub_vpn1_guid",
"Name": "vpn1",
+ "Source":"User",
"Type": "VPN"
},
{
@@ -228,6 +236,7 @@ var availableTests = [
"ConnectionState": "NotConnected",
"GUID": "stub_wifi2_guid",
"Name": "wifi2_PSK",
+ "Source": "User",
"Type": "WiFi",
"WiFi": {
"Security": "WPA-PSK",
@@ -245,6 +254,7 @@ var availableTests = [
"ConnectionState": "Connected",
"GUID": "stub_wifi1_guid",
"Name": "wifi1",
+ "Source": "User",
"Type": "WiFi",
"WiFi": {
"Security": "WEP-PSK",
@@ -256,6 +266,7 @@ var availableTests = [
"ConnectionState": "NotConnected",
"GUID": "stub_wifi2_guid",
"Name": "wifi2_PSK",
+ "Source": "User",
"Type": "WiFi",
"WiFi": {
"Security": "WPA-PSK",
@@ -463,6 +474,7 @@ var availableTests = [
"ConnectionState": "NotConnected",
"GUID": "stub_wifi2_guid",
"Name": "wifi2_PSK",
+ "Source": "User",
"Type": "WiFi",
"WiFi": {
"Security": "WPA-PSK",
« no previous file with comments | « chrome/browser/resources/chromeos/network_ui/network_ui.js ('k') | chromeos/network/network_configuration_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698