Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 8b1ecd30c66efc1f2aaeed8cb1837968300da4ca..cd1388071ab478a020dcd86454e7cad45b555006 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -2361,6 +2361,13 @@ const char kRecoveryComponentVersion[] = "recovery_component.version"; |
// troubleshooting. |
const char kComponentUpdaterState[] = "component_updater.state"; |
+// A boolean where true means that the browser has previously attempted to |
+// enable autoupdate and failed, so the next out-of-date browser start should |
+// not prompt the user to enable autoupdate, it should offer to reinstall Chrome |
+// instead. |
+const char kAttemptedToEnableAutoupdate[] = |
+ "browser.attempted_to_enable_autoupdate"; |
+ |
// The next media gallery ID to assign. |
const char kMediaGalleriesUniqueId[] = "media_galleries.gallery_id"; |