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

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

Issue 2471723002: chromeos: networkingPrivate: Set active proxy values (Closed)
Patch Set: Fix test expectations Created 4 years, 1 month 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/network_state_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 badb167a7dcec33e26dc3d93eebb4937ec7640e3..f6470e210a542278e2571eaff87e85e16b569622 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
@@ -527,6 +527,14 @@ var availableTests = [
Effective: 'UserPolicy',
UserPolicy: 'My WiFi Network'
},
+ ProxySettings: {
+ Type: {
+ Active: 'Direct',
+ Effective: 'UserPolicy',
+ UserEditable: false,
+ UserPolicy: 'Direct'
+ }
+ },
Source: 'UserPolicy',
Type: NetworkType.WI_FI,
WiFi: {
« no previous file with comments | « no previous file | chromeos/network/network_state_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698