Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 8b1ecd30c66efc1f2aaeed8cb1837968300da4ca..04dc654eace41eeab5600cf61777a11783f6215a 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.failed_turning_on_autoupdate"; |
robertshield
2014/03/26 20:37:18
s/failed_turning_on_autoupdate/attempted_to_enable
MAD
2014/03/26 21:21:10
Done.
|
+ |
// The next media gallery ID to assign. |
const char kMediaGalleriesUniqueId[] = "media_galleries.gallery_id"; |