Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index cbf7c85f863606daf4192f3522d5ac411310388e..f71fb94b45626e75c667550e40717cf241c416ea 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -718,11 +718,14 @@ const char kHelpShort[] = "h"; |
// it. |
const char kHideIcons[] = "hide-icons"; |
+// Disables full history sync. |
+const char kHistoryDisableFullHistorySync[] = "disable-full-history-sync"; |
+ |
// Enables full history sync (not just typed URLs) for signed-in users. |
const char kHistoryEnableFullHistorySync[] = "enable-full-history-sync"; |
-// Disables full history sync. |
-const char kHistoryDisableFullHistorySync[] = "disable-full-history-sync"; |
+// 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 |