Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 401a697081306faba2bf12dc7e89108ab05ec938..7441ed154efa058c918480f5a2cd7e246f509b5f 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -2374,6 +2374,12 @@ const char kRecoveryComponentVersion[] = "recovery_component.version"; |
// troubleshooting. |
const char kComponentUpdaterState[] = "component_updater.state"; |
+// A boolean where true means that the browser tried to turn on autoupdate and |
+// failed, so next browser start should not offer the user to enable autoupdate, |
+// it should offer to reinstall Chrome instead. |
+const char kFailedTurningOnAutoupdate[] = |
robertshield
2014/03/26 03:20:11
see other comment, suggest calling kAttemptedToRee
MAD
2014/03/26 19:30:16
Done.
|
+ "browser.failed_turning_on_autoupdate"; |
+ |
// The next media gallery ID to assign. |
const char kMediaGalleriesUniqueId[] = "media_galleries.gallery_id"; |