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

Side by Side Diff: testing/unittest_support/{CDABE316-39CD-43BA-8440-6D1E0547AEE6}.v3.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
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="UTF-8"?>
2 <response protocol="3.0">
3 <app appid="{CDABE316-39CD-43BA-8440-6D1E0547AEE6}" status="ok">
4 <updatecheck status="ok">
5 <urls>
6 <url codebase="http://dl.google.com/foo/install/1.2.3.4/"/>
7 </urls>
8 <manifest version="1.2.3.4">
9 <packages>
10 <package hash="abcdef" name="foo_installer.exe" required="true" size=" 12345678"/>
11 </packages>
12 <actions>
13 <action event="install" needsadmin="false" run="foo_installer.exe" arg uments="-baz"/>
14 <action event="postinstall" onsuccess="exitsilentlyonlaunchcmd"/>
15 </actions>
16 </manifest>
17 </updatecheck>
18 <!-- "system_level" is not included in any of the definitions. needsadmin
19 controls this. -->
20 <data index="verboselogging" name="install" status="ok">
21 {
22 "distribution": {
23 "verbose_logging": true
24 }
25 }
26 </data>
27 <data index="foobarapp" name="install" status="ok">
28 {
29 "distribution": {
30 "skip_first_run_ui": true,
31 "show_welcome_page": true,
32 "import_search_engine": true,
33 "import_history": false,
34 "create_all_shortcuts": true,
35 "do_not_launch_foo": true,
36 "make_foo_default": false,
37 "verbose_logging": false
38 }
39 }
40 </data>
41 </app>
42 </response>
OLDNEW
« no previous file with comments | « testing/unittest_support/{CDABE316-39CD-43BA-8440-6D1E0547AEE6}.v2.gup ('k') | third_party/bar/shared_ptr.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698