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

Unified Diff: chrome/browser/component_updater/chrome_component_updater_configurator.h

Issue 1013003003: Add tests for Component Updater command line arguments (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/browser/component_updater/chrome_component_updater_configurator.h
diff --git a/chrome/browser/component_updater/chrome_component_updater_configurator.h b/chrome/browser/component_updater/chrome_component_updater_configurator.h
index c3689c43f761337d0aae3a545e008f61dde38deb..e2a033a194789ef58c5653a4cfd8e28d98a1282e 100644
--- a/chrome/browser/component_updater/chrome_component_updater_configurator.h
+++ b/chrome/browser/component_updater/chrome_component_updater_configurator.h
@@ -17,6 +17,15 @@ class URLRequestContextGetter;
namespace component_updater {
+extern const char kSwitchFastUpdate[];
+extern const char kSwitchRequestParam[];
+extern const char kSwitchDisablePings[];
+extern const char kSwitchUrlSource[];
+extern const char kSwitchDisableDeltaUpdates[];
+#if defined(OS_WIN)
+extern const char kSwitchDisableBackgroundDownloads[];
+#endif // defined(OS_WIN)
+
update_client::Configurator* MakeChromeComponentUpdaterConfigurator(
const base::CommandLine* cmdline,
net::URLRequestContextGetter* context_getter);

Powered by Google App Engine
This is Rietveld 408576698