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

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: 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 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";

Powered by Google App Engine
This is Rietveld 408576698