Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 029d87dbdec8590344a3f303ec26a7caf9a4a9f2..05a1b598fbce4141d853d50ef42bc020515e1df3 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -630,6 +630,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[] = |