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

Unified Diff: chrome/common/pref_names.cc

Issue 2952083002: Remove unnecessary logic from UpdateScreen (Closed)
Patch Set: Created 3 years, 6 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
« no previous file with comments | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index ee3698117c36b36fcf4b9a1b35b21558cfb2c5cd..764e6d03e49242d01f99085e6f92e9c16fc5de7d 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -1937,11 +1937,6 @@ const char kOobeMdMode[] = "OobeMdModeEnabled";
// and get enrolled into a domain automatically.
const char kOobeControllerDetected[] = "OobeControllerDetected";
-// A 64-bit signed integer pref (encoded as a string) which stores the time
-// of the last OOBE-initiated update check not resulting in an update.
-const char kOobeTimeOfLastUpdateCheckWithoutUpdate[] =
- "OobeTimeOfLastUpdateCheckWithoutUpdate";
-
// A boolean pref for whether the Goodies promotion webpage has been displayed,
// or otherwise disqualified for auto-display, on this device.
const char kCanShowOobeGoodiesPage[] = "CanShowOobeGoodiesPage";
« no previous file with comments | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698