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

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

Issue 17551004: Revert 207805 "Differential updates for components. We are addin..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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
Index: trunk/src/chrome/installer/util/util_constants.cc
===================================================================
--- trunk/src/chrome/installer/util/util_constants.cc (revision 207822)
+++ trunk/src/chrome/installer/util/util_constants.cc (working copy)
@@ -196,15 +196,6 @@
// 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
@@ -270,7 +261,4 @@
const size_t kMaxAppModelIdLength = 64U;
-const char kCourgette[] = "courgette";
-const char kBsdiff[] = "bsdiff";
-
} // namespace installer
« no previous file with comments | « trunk/src/chrome/installer/util/util_constants.h ('k') | trunk/src/chrome/test/data/components/updatecheck_diff_reply_1.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698