| Index: chrome/common/chrome_switches.cc
 | 
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
 | 
| index dfbe77e5136410bd72a7a862be6c564549ecf6e7..46f7c64e7c19a89faf257509d101beb19dd2d4c3 100644
 | 
| --- a/chrome/common/chrome_switches.cc
 | 
| +++ b/chrome/common/chrome_switches.cc
 | 
| @@ -345,9 +345,6 @@ const char kEnablePreparsedJsCaching[]      = "enable-preparsed-js-caching";
 | 
|  // Enable print preview (work in progress).
 | 
|  const char kEnablePrintPreview[]            = "enable-print-preview";
 | 
|  
 | 
| -// Enable Privacy Blacklists.
 | 
| -const char kEnablePrivacyBlacklists[]       = "enable-privacy-blacklists";
 | 
| -
 | 
|  // Enables StatsTable, logging statistics to a global named shared memory table.
 | 
|  const char kEnableStatsTable[]              = "enable-stats-table";
 | 
|  
 | 
| 
 |