Chromium Code Reviews| Index: chrome/common/pref_names.cc |
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
| index c7e351c7def386d14e039cc65fd29878dc0d4557..f4bdcb674f9ca32346a86e76ae160445490ac4e4 100644 |
| --- a/chrome/common/pref_names.cc |
| +++ b/chrome/common/pref_names.cc |
| @@ -2203,6 +2203,12 @@ 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 executing the SwReporter was made. Cleared |
| +// back to 0 when it completes. |
|
Sorin Jianu
2014/06/20 00:31:43
See the previous comment.
We can start at maxTrie
MAD
2014/06/20 04:51:59
Done.
|
| +const char kSwReporterExecuteTryCount[] = "software_reporter.execute_try_count"; |
| +#endif |
| + |
| // The next media gallery ID to assign. |
| const char kMediaGalleriesUniqueId[] = "media_galleries.gallery_id"; |