| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index ab0b57d7afc11cb0ed5514d23b36fe4714f89d73..3fecf208ef290f49aa5d022c10ccdd4e8a832a12 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -2195,6 +2195,18 @@ const char kComponentUpdaterState[] = "component_updater.state";
|
| const char kAttemptedToEnableAutoupdate[] =
|
| "browser.attempted_to_enable_autoupdate";
|
|
|
| +#if defined(OS_WIN)
|
| +// The number of times an attempt at registering the SwReporter component was
|
| +// made. Cleared back to 0 when it completes.
|
| +const char kSwReporterComponentRegisterTryCount[] =
|
| + "swreporter_component.register_try_count";
|
| +
|
| +// The number of times an attempt at executing the SwReporter component was
|
| +// made. Cleared back to 0 when it completes.
|
| +const char kSwReporterComponentExecuteTryCount[] =
|
| + "swreporter_component.execute_try_count";
|
| +#endif
|
| +
|
| // The next media gallery ID to assign.
|
| const char kMediaGalleriesUniqueId[] = "media_galleries.gallery_id";
|
|
|
|
|