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

Unified Diff: chrome/installer/util/util_constants.cc

Issue 15908002: Differential updates for components. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Sync to LKGR revision 207804. Created 7 years, 6 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 | « chrome/installer/util/util_constants.h ('k') | chrome/test/data/components/updatecheck_diff_reply_1.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/util_constants.cc
diff --git a/chrome/installer/util/util_constants.cc b/chrome/installer/util/util_constants.cc
index c380a5f0a1c4e56fe1caecb278e3ea1c662adb61..e293e76af9e513d18229f2f82d066e14575bd8ef 100644
--- a/chrome/installer/util/util_constants.cc
+++ b/chrome/installer/util/util_constants.cc
@@ -196,6 +196,15 @@ const char kExperimentGroup[] = "experiment-group";
// to. See DuplicateGoogleUpdateSystemClientKey for details.
const char kToastResultsKey[] = "toast-results-key";
+// Applies a binary patch to a file. The input, patch, and the output file are
+// specified as command line arguments following the --patch switch.
+// Ex: --patch=courgette --input_file='input' --patch_file='patch'
+// --output_file='output'
+const char kPatch[] = "patch";
+const char kInputFile[] = "input-file";
+const char kPatchFile[] = "patch-file";
+const char kOutputFile[] = "output-file";
+
} // namespace switches
// The Active Setup executable will be an identical copy of setup.exe; this is
@@ -261,4 +270,7 @@ const wchar_t kChromeChannelStable[] = L"";
const size_t kMaxAppModelIdLength = 64U;
+const char kCourgette[] = "courgette";
+const char kBsdiff[] = "bsdiff";
+
} // namespace installer
« no previous file with comments | « chrome/installer/util/util_constants.h ('k') | chrome/test/data/components/updatecheck_diff_reply_1.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698