Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index c726956abd8224919c07df05d18faa97c41b3403..24a9d6242f63565e47afce83cb7c0b88381e074b 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -1956,10 +1956,6 @@ const char kTabStripStackedLayout[] = "tab-strip-stacked-layout"; |
// Indicates that factory reset was requested from options page or reset screen. |
const char kFactoryResetRequested[] = "FactoryResetRequested"; |
-// Indicates that rollback was requested alongside with factory reset. |
-// Makes sense only if kFactoryResetRequested is true. |
-const char kRollbackRequested[] = "RollbackRequested"; |
- |
// Boolean recording whether we have showed a balloon that calls out the message |
// center for desktop notifications. |
const char kMessageCenterShowedFirstRunBalloon[] = |