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

Unified Diff: chrome/common/chrome_switches.cc

Issue 15908002: Differential updates for components. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
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: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 706c1e7656266d3ee1f89ac7b329e82730916282..fb2ee6d38c32bab038fee75c438148749cd92fe5 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -514,6 +514,15 @@ const char kEnableCloudPrintProxy[] = "enable-cloud-print-proxy";
// supports policy for extensions on Chrome OS.
const char kEnableComponentCloudPolicy[] = "enable-component-cloud-policy";
+// Enables differential updates for Chrome components, provided that the update
+// server can provide them. Only valid on the browser process.
+const char kEnableComponentUpdateDeltas[] = "enable-component-update-deltas";
+
+// Enables "pings", requests sent to the update server that report the success
+// or failure of component installation attempts. Only valid on the browser
+// process.
+const char kEnableComponentUpdatePings[] = "enable-component-update-pings";
+
// Enables fetching the user's contacts from Google and showing them in the
// Chrome OS apps list.
const char kEnableContacts[] = "enable-contacts";

Powered by Google App Engine
This is Rietveld 408576698