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

Unified Diff: chromeos/test/data/network/translation_of_shill_wifi_proxy_pac.onc

Issue 1228543002: Translate ONC ProxySettings <-> Shill ProxyConfig (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add SchemeToString Created 5 years, 5 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: chromeos/test/data/network/translation_of_shill_wifi_proxy_pac.onc
diff --git a/chromeos/test/data/network/translation_of_shill_wifi_proxy_pac.onc b/chromeos/test/data/network/translation_of_shill_wifi_proxy_pac.onc
new file mode 100644
index 0000000000000000000000000000000000000000..3721c62261b2843f29f6b8c8d9ae01cfdc83c106
--- /dev/null
+++ b/chromeos/test/data/network/translation_of_shill_wifi_proxy_pac.onc
@@ -0,0 +1,11 @@
+{
+ "Name": "",
+ "ProxySettings": {
+ "Type": "PAC",
+ "PAC": "http://pac.foo.com/script.pac"
+ },
+ "Type": "WiFi",
+ "WiFi": {
+ "Security": "None"
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698