| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 4d0781196e00bfff5933913a20297eff20488b0e..78065b54908a712c8ecd7ef0d706cc66a97343b8 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1167,8 +1167,8 @@ const char kSyncEnableGetUpdateAvoidance[] =
|
| // Disable data backup when user's not signed in.
|
| const char kSyncDisableBackup[] = "disable-sync-backup";
|
|
|
| -// Enable data rollback when receiving sync rollback command.
|
| -const char kSyncEnableRollback[] = "enable-sync-rollback";
|
| +// Disable sync rollback.
|
| +const char kSyncDisableRollback[] = "disable-sync-rollback";
|
|
|
| // Passes the name of the current running automated test to Chrome.
|
| const char kTestName[] = "test-name";
|
|
|