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

Side by Side Diff: enterprise/installer/test/{665BDD8E-F40C-4384-A9C6-CA3CD5665C83}.gup

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 | « enterprise/installer/test/test_setup.cc ('k') | enterprise/test_gold.adm » ('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 <response protocol="3.0">
3 <app appid="{665BDD8E-F40C-4384-A9C6-CA3CD5665C83}" status="ok">
4 <updatecheck status="ok">
5 <urls>
6 <url codebase="http://dl.google.com/edgedl/chrome/install/${INSTALLER_VE RSION}/"/>
7 </urls>
8 <manifest version="${INSTALLER_VERSION}">
9 <packages>
10 <package name="test_setup.exe" hash="${INSTALLER_HASH}" size="${INSTAL LER_SIZE}" required="true"/>
11 </packages>
12 <actions>
13 <action event="install" run="test_setup.exe" arguments="" needsadmin=" false"/>
14 <action event="postinstall" onsuccess="exitsilentlyonlaunchcmd"/>
15 </actions>
16 </manifest>
17 </updatecheck>
18 </app>
19 </response>
OLDNEW
« no previous file with comments | « enterprise/installer/test/test_setup.cc ('k') | enterprise/test_gold.adm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698