Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index fdc1e5e889c8e7bb946bb589a850af5c2570816a..31b50c4f1f5516aed4085345c0c421f54e0db82b 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -628,6 +628,10 @@ const char kEnableProfiling[] = "enable-profiling"; |
// Enables support for the QUIC protocol. This is a temporary testing flag. |
const char kEnableQuic[] = "enable-quic"; |
+// Enables support in chrome://settings to reset settings in your profile |
+// that are often touched by malware. |
+const char kEnableResetProfileSettings[] = "enable-reset-profile-settings"; |
+ |
// Enables content settings based on host *and* plug-in in the user |
// preferences. |
const char kEnableResourceContentSettings[] = |