Chromium Code Reviews| Index: chrome/common/chrome_switches.h |
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h |
| index 65eb094282ee11b213358a45992dec4247bb867b..da548973e1ee47360462615436ed43f5ea055fd9 100644 |
| --- a/chrome/common/chrome_switches.h |
| +++ b/chrome/common/chrome_switches.h |
| @@ -201,8 +201,9 @@ extern const char kGSSAPILibraryName[]; |
| extern const char kHelp[]; |
| extern const char kHelpShort[]; |
| extern const char kHideIcons[]; |
| +extern const char kHistoryDisableFullHistorySync[]; |
| extern const char kHistoryEnableFullHistorySync[]; |
| -extern const char kHistoryDisableFullistorySync[]; |
| +extern const char kHistoryEnableGrouped[]; |
|
Patrick Dubroy
2013/01/18 11:43:27
Why not just EnableGroupByDomain for now?
Sergiu
2013/01/21 08:56:16
Done.
|
| extern const char kHistoryWebHistoryUrl[]; |
| extern const char kHomePage[]; |
| extern const char kHostRules[]; |