Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1138)

Unified Diff: chrome/common/pref_names.cc

Issue 211543008: Show a modified outdated upgrade Bubble for non-enterprise users without auto-update (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code review comments 1. Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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";

Powered by Google App Engine
This is Rietveld 408576698