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

Side by Side Diff: data/server_manifest_one_app.xml

Issue 624713003: Keep only base/extractor.[cc|h]. (Closed) Base URL: https://chromium.googlesource.com/external/omaha.git@master
Patch Set: Created 6 years, 2 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 unified diff | Download patch
« no previous file with comments | « data/server_manifest_components.xml ('k') | data/server_manifest_with_unsupported_tags.xml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="UTF-8"?>
2 <gupdate xmlns="http://www.google.com/update2/response" protocol="2.0">
3 <app appid="{CDABE316-39CD-43BA-8440-6D1E0547AEE6}" status="ok">
4 <updatecheck status="ok"
5 codebase="http://dl.google.com/foo/1.0.101.0/foo_installer.exe"
6 size="82128"
7 hash="U4gBMUVwIPQners8SriHpHaWEKk="
8 needsadmin="true"
9 successurl="http://testsuccessurl.com"
10 onsuccess="exitsilentlyonlaunchcmd"
11 terminateallbrowsers="true"/>
12 <data index="verboselogging" name="install" status="ok">
13 {
14 "distribution": {
15 "verbose_logging": true
16 }
17 }
18 </data>
19 <ping status="ok"/>
20 </app>
21 </gupdate>
OLDNEW
« no previous file with comments | « data/server_manifest_components.xml ('k') | data/server_manifest_with_unsupported_tags.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698