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

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

Issue 334783002: Componentize component_updater: Move some paths/constants to component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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/browser/component_updater/component_updater_configurator.h
diff --git a/chrome/browser/component_updater/component_updater_configurator.h b/chrome/browser/component_updater/component_updater_configurator.h
index c9c7b14d9dc86cc15ec75059af36eb2321a7c31b..dba8aae761c41a29fd56be574a44665564c6d9d0 100644
--- a/chrome/browser/component_updater/component_updater_configurator.h
+++ b/chrome/browser/component_updater/component_updater_configurator.h
@@ -18,7 +18,7 @@ class URLRequestContextGetter;
namespace component_updater {
ComponentUpdateService::Configurator* MakeChromeComponentUpdaterConfigurator(
- const base::CommandLine* cmdline,
+ const std::vector<std::string>& switch_values,
net::URLRequestContextGetter* context_getter);
} // namespace component_updater

Powered by Google App Engine
This is Rietveld 408576698