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

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

Issue 10944009: Implementation of ONC signature, validator and normalizer. (Closed) Base URL: http://git.chromium.org/chromium/src.git@gperffix
Patch Set: Addressed remaining nits. Created 8 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 | « chrome/test/data/chromeos/network_settings/settings_with_normalization.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/chromeos/network_settings/valid.onc
diff --git a/chrome/test/data/chromeos/network_settings/valid.onc b/chrome/test/data/chromeos/network_settings/valid.onc
new file mode 100644
index 0000000000000000000000000000000000000000..56828bc38adfa04e5c76e0a351fdc918bab0992d
--- /dev/null
+++ b/chrome/test/data/chromeos/network_settings/valid.onc
@@ -0,0 +1,7 @@
+{ "GUID": "guid",
+ "Type": "Ethernet",
+ "Name": "name",
+ "Ethernet": {
+ "Authentication": "None"
+ }
+}
« no previous file with comments | « chrome/test/data/chromeos/network_settings/settings_with_normalization.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698