| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 73be306eb108e8d5f15c415980cd6872655da124..f0caab49cde2bcecef1954be6572f452a37b1b38 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -405,9 +405,6 @@ const char kDisableSpdy31[] = "disable-spdy31";
|
| // Disables syncing browser data to a Google Account.
|
| const char kDisableSync[] = "disable-sync";
|
|
|
| -// Disables syncing of the app list independent of extensions.
|
| -const char kDisableSyncAppList[] = "disable-sync-app-list";
|
| -
|
| // Disables sync/API based session sync implementation (back to legacy).
|
| const char kDisableSyncSessionsV2[] = "disable-sync-sessions-v2";
|
|
|
|
|