| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 26b11a0a2091d2cbaac9dd25f679fac87db1f205..97be84ce7415143ed9cefdf02656d41690f40597 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
|
|
|