Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 8847ae3f2edc65142f1524febc5aa449d28d3735..080ea933f45e3bd97f4406c17348f5fec2c7aa30 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -1974,10 +1974,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[] = |