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

Unified Diff: components/component_updater/pref_names.h

Issue 375973003: Componentize component_updater: Use Configurator to build query parameters. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « components/component_updater/component_updater_paths.cc ('k') | components/component_updater/pref_names.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/component_updater/pref_names.h
diff --git a/components/component_updater/pref_names.h b/components/component_updater/pref_names.h
index aedc2b1adc2e6b1f081b0a7d0e9656676b30a8ad..2e11c222b43c43812e2446084d3f2d2f198addce 100644
--- a/components/component_updater/pref_names.h
+++ b/components/component_updater/pref_names.h
@@ -5,10 +5,16 @@
#ifndef COMPONENTS_COMPONENT_UPDATER_PREF_NAMES_H_
#define COMPONENTS_COMPONENT_UPDATER_PREF_NAMES_H_
+#include "build/build_config.h"
+
namespace prefs {
extern const char kRecoveryComponentVersion[];
+#if defined(OS_WIN)
+extern const char kSwReporterExecuteTryCount[];
+#endif
+
} // namespace prefs
#endif // COMPONENTS_COMPONENT_UPDATER_PREF_NAMES_H_
« no previous file with comments | « components/component_updater/component_updater_paths.cc ('k') | components/component_updater/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698