Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 2b7e81fb550ce261f9a13775720dbe9756143e46..88962f4c3bce2cbeabc06648cfbf3a5a4b34465f 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -608,9 +608,6 @@ const char kEnableQueryExtraction[] = "enable-query-extraction"; |
const char kEnableResourceContentSettings[] = |
"enable-resource-content-settings"; |
-// Enables rich templated notifications and NotificationCenter. |
-const char kEnableRichNotifications[] = "enable-rich-notifications"; |
- |
// Controls the support for SDCH filtering (dictionary based expansion of |
// content). By default SDCH filtering is enabled. To disable SDCH filtering, |
// use "--enable-sdch=0" as command line argument. SDCH is currently only |