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

Unified Diff: components/component_updater/component_updater_switches.h

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.h
diff --git a/components/component_updater/component_updater_switches.h b/components/component_updater/component_updater_switches.h
index 52f3bd5f42f32b56fe5a7e012013a9ee9e8fdd46..637e5a15de7ea0908d5bfc8db5ffcc2aabe71cb7 100644
--- a/components/component_updater/component_updater_switches.h
+++ b/components/component_updater/component_updater_switches.h
@@ -10,6 +10,7 @@ namespace switches {
// All switches in alphabetical order. The switches should be documented
// alongside the definition of their values in the .cc file.
extern const char kComponentUpdater[];
+extern const char kDisableBundledPpapiFlash[];
} // namespace switches

Powered by Google App Engine
This is Rietveld 408576698