| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 334010c255416ebf10a747a24a82607106f65f6b..e573af5f9f9e94aee51259d59d5334b5e8aa3f16 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -400,10 +400,6 @@ const char kDisableSyncExtensionSettings[] = "disable-sync-extension-settings";
|
| // Disables syncing of extensions.
|
| const char kDisableSyncExtensions[] = "disable-sync-extensions";
|
|
|
| -// Disables syncing of history delete directives.
|
| -const char kDisableSyncHistoryDeleteDirectives[] =
|
| - "disable-sync-history-delete-directives";
|
| -
|
| // Disables syncing browser passwords.
|
| const char kDisableSyncPasswords[] = "disable-sync-passwords";
|
|
|
|
|