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

Unified Diff: chrome/installer/mac/app/testing/requestCheck.dtd

Issue 2137743002: Added test files for SystemInfo.m and OmahaXMLRequest.m. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Completed both test files Created 4 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: chrome/installer/mac/app/testing/requestCheck.dtd
diff --git a/chrome/installer/mac/app/testing/requestCheck.dtd b/chrome/installer/mac/app/testing/requestCheck.dtd
new file mode 100644
index 0000000000000000000000000000000000000000..e4cff8b2d76198fab89690a6c2830bbd9bbe401f
--- /dev/null
+++ b/chrome/installer/mac/app/testing/requestCheck.dtd
@@ -0,0 +1,12 @@
+<!ELEMENT request (os, app)>
Elly Fong-Jones 2016/07/19 18:45:58 can you please comment this file heavily? I (and I
Anna Zeng 2016/07/22 16:58:02 Done.
+<!ATTLIST request protocol CDATA #REQUIRED>
+<!ELEMENT os (#PCDATA)>
+<!ATTLIST os platform CDATA #REQUIRED>
+<!ATTLIST os version CDATA #IMPLIED>
+<!ATTLIST os arch CDATA #IMPLIED>
+<!ATTLIST os sp CDATA #IMPLIED>
+<!ELEMENT app (updatecheck)>
+<!ATTLIST app appid CDATA #REQUIRED>
+<!ATTLIST app version CDATA #REQUIRED>
+<!ATTLIST app lang CDATA #REQUIRED>
+<!ELEMENT updatecheck (#PCDATA)>

Powered by Google App Engine
This is Rietveld 408576698