Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index fdf223263a1d4fd24303979e956fcfbcab60cdfa..b0f333079de28b478e5dd96606a84ee24e8de65d 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -1986,6 +1986,9 @@ 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 debugging features were requested from oobe screen. |
+const char kDebuggingFeaturesRequested[] = "DebuggingFeaturesRequested"; |
+ |
// Boolean recording whether we have showed a balloon that calls out the message |
// center for desktop notifications. |
const char kMessageCenterShowedFirstRunBalloon[] = |