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

Unified Diff: components/component_updater/component_updater_switches.cc

Issue 375973003: Componentize component_updater: Use Configurator to build query parameters. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix one gyp omission Created 6 years, 5 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: components/component_updater/component_updater_switches.cc
diff --git a/components/component_updater/component_updater_switches.cc b/components/component_updater/component_updater_switches.cc
index dc9de6033ffca2f28d7152912498082f16873c4d..88e68139d02bfcc873fb6154af5a1ecfe8d6f807 100644
--- a/components/component_updater/component_updater_switches.cc
+++ b/components/component_updater/component_updater_switches.cc
@@ -10,4 +10,7 @@ namespace switches {
// for the browser process.
const char kComponentUpdater[] = "component-updater";
+// Disables the bundled PPAPI version of Flash.
+const char kDisableBundledPpapiFlash[] = "disable-bundled-ppapi-flash";
+
} // namespace switches

Powered by Google App Engine
This is Rietveld 408576698