Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index d3a72621e0b176405c3d6e6e3697e1505e5602fc..2f290c472e1ea512b6f7b86a01aa29da5eafe779 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -495,9 +495,6 @@ const char kForceLocalNtp[] = "force-local-ntp"; |
// prefixed with the character "t" will be treated as Trigger Variation Ids. |
const char kForceVariationIds[] = "force-variation-ids"; |
-// Enables grouping websites by domain and filtering them by period. |
-const char kHistoryEnableGroupByDomain[] = "enable-grouped-history"; |
- |
// Specifies which page will be displayed in newly-opened tabs. We need this |
// for testing purposes so that the UI tests don't depend on what comes up for |
// http://google.com. |