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

Unified Diff: data/server_manifest.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « data/seed_manifest_with_args.xml ('k') | data/server_manifest_components.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: data/server_manifest.xml
diff --git a/data/server_manifest.xml b/data/server_manifest.xml
deleted file mode 100644
index 899c0bb190b3a91e6e54989086e8754c84c7137f..0000000000000000000000000000000000000000
--- a/data/server_manifest.xml
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<gupdate xmlns="http://www.google.com/update2/response" protocol="2.0">
-<daystart elapsed_seconds="8400" />
-<app appid="{D6B08267-B440-4C85-9F79-E195E80D9937}" status="ok">
- <updatecheck status="ok"
- codebase="http://dl.google.com/foo/1.0.101.0/test_foo_v1.0.101.0.msi"
- size="80896"
- hash="6bPU7OnbKAGJ1LOw6fpIUuQl1FQ="
- needsadmin="true"
- successurl="http://testsuccessurl.com"
- terminateallbrowsers="true"
- onsuccess="exitsilently"/>
- <data index="verboselogging" name="install" status="ok">
- {
- "distribution": {
- "verbose_logging": true
- }
- }
- </data>
- <data index="skipfirstrun" name="install" status="ok">{
- "distribution": {
- "skip_first_run_ui": true,
- }
- }
- </data>
- <ping status="ok"/>
-</app>
-<app appid="{D6B08267-B440-4C85-9F79-E195E80D9936}" status="ok">
- <updatecheck status="noupdate"/>
- <ping status="ok"/>
-</app>
-<app appid="{104844D6-7DDA-460B-89F0-FBF8AFDD0A67}" status="ok">
- <updatecheck status="ok"
- codebase="http://dl.google.com/foo/1.0.102.0/user_foo_v1.0.102.0.msi"
- size="630152"
- hash="/XzRh1rpwqrDr6ashpmQnYZIzDI="
- needsadmin="false"
- arguments="/install"
- unknownfeature="Tests behavior if server supports features client does not."/>
- <ping status="ok"/>
-</app>
-<app appid="{884a01d9-fb67-430a-b491-28f960dd7309}" status="restricted"></app>
-<app appid="{8CF15C17-7BB5-433a-8E6C-C018D79D00B1}" status="ok">
- <updatecheck status="error-osnotsupported"
- errorurl="http://foo.google.com/support/article.py?id=12345&amp;hl=es-419&amp;os=5.1"/>
- <ping status="ok"/>
-</app>
-</gupdate>
« no previous file with comments | « data/seed_manifest_with_args.xml ('k') | data/server_manifest_components.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698