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

Unified Diff: chrome/test/data/chromeos/network_settings/decrypted.onc

Issue 11299236: This moves the ONC parsing code into chromeos/network/onc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix unit tests Created 8 years 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/chromeos/network_settings/decrypted.onc
diff --git a/chrome/test/data/chromeos/network_settings/decrypted.onc b/chrome/test/data/chromeos/network_settings/decrypted.onc
deleted file mode 100644
index b0bfee4006323997edb9cbcdbf1afc6201bc1825..0000000000000000000000000000000000000000
--- a/chrome/test/data/chromeos/network_settings/decrypted.onc
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "Certificates": [ ],
- "NetworkConfigurations": [ {
- "GUID": "{64369ad3-9aec-0d1e-e7bb495970da2f33}",
- "Name": "WirelessNetwork",
- "ProxySettings": {
- "PAC": "http://www.youtube.com/watch?v=oHg5SJYRHA0",
- "Type": "PAC"
- },
- "Type": "WiFi",
- "WiFi": {
- "AutoConnect": false,
- "HiddenSSID": false,
- "SSID": "WirelessNetwork",
- "Security": "None"
- }
- } ]
-}

Powered by Google App Engine
This is Rietveld 408576698