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

Unified Diff: chrome/common/pref_names.h

Issue 333193002: Adding a SW reporter component updater (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Small change DCHECK() -> clear() 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/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index b2ee4f8cb15543577b2c1c4dd9e5dc422da63e78..bb104b0f7f530a15eda42666efb1d9f9fc6da846 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -751,6 +751,10 @@ extern const char kRecoveryComponentVersion[];
extern const char kComponentUpdaterState[];
extern const char kAttemptedToEnableAutoupdate[];
+#if defined(OS_WIN)
+extern const char kSwReporterExecuteTryCount[];
+#endif
+
extern const char kMediaGalleriesUniqueId[];
extern const char kMediaGalleriesRememberedGalleries[];
extern const char kMediaGalleriesLastScanTime[];

Powered by Google App Engine
This is Rietveld 408576698