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

Unified Diff: chrome/test/data/extensions/api_test/vpn_provider/basic.js

Issue 1722453002: Extend vpnProvider to allow reconnections (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update comment Created 4 years, 9 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 | « ash/system/chromeos/network/vpn_list_view.cc ('k') | chromeos/dbus/shill_third_party_vpn_driver_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/vpn_provider/basic.js
diff --git a/chrome/test/data/extensions/api_test/vpn_provider/basic.js b/chrome/test/data/extensions/api_test/vpn_provider/basic.js
index 15d41aa4eebef095360ed3dc7bd0392f12fb391a..c8615b7d397c5ff06c1cf99150987ea08abcec04 100644
--- a/chrome/test/data/extensions/api_test/vpn_provider/basic.js
+++ b/chrome/test/data/extensions/api_test/vpn_provider/basic.js
@@ -212,7 +212,8 @@ var testRoutines = {
mtu: "1600",
broadcastAddress: "10.10.10.255",
domainSearch: ["foo", "bar"],
- dnsServers: ["8.8.8.8"]
+ dnsServers: ["8.8.8.8"],
+ reconnect: "false"
};
chrome.vpnProvider.setParameters(params, onSetParameterComplete);
}
« no previous file with comments | « ash/system/chromeos/network/vpn_list_view.cc ('k') | chromeos/dbus/shill_third_party_vpn_driver_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698