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

Side by Side Diff: testing/unittest_support/{CDABE316-39CD-43BA-8440-6D1E0547AEE6}.v2.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 <gupdate xmlns="http://www.google.com/update2/response" protocol="2.0">
3 <app appid="{CDABE316-39CD-43BA-8440-6D1E0547AEE6}" status="ok">
4 <updatecheck Version="1.2.3.4"
5 arguments="-baz"
6 codebase="http://dl.google.com/foo/install/1.2.3.4/foo_installe r.exe"
7 hash="abcdef" needsadmin="false"
8 onsuccess="exitsilentlyonlaunchcmd" size="12345678"
9 status="ok"/>
10 <!-- "system_level" is not included in any of the definitions. needsadmin
11 controls this. -->
12 <data index="verboselogging" name="install" status="ok">
13 {
14 "distribution": {
15 "verbose_logging": true
16 }
17 }
18 </data>
19 <data index="foobarapp" name="install" status="ok">
20 {
21 "distribution": {
22 "skip_first_run_ui": true,
23 "show_welcome_page": true,
24 "import_search_engine": true,
25 "import_history": false,
26 "create_all_shortcuts": true,
27 "do_not_launch_foo": true,
28 "make_foo_default": false,
29 "verbose_logging": false
30 }
31 }
32 </data>
33 </app>
34 </gupdate>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698