| Index: chrome/browser/sync/test/integration/two_client_app_list_sync_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/two_client_app_list_sync_test.cc b/chrome/browser/sync/test/integration/two_client_app_list_sync_test.cc
|
| index 6bf4adaf2f3b38051f9e85bcd5a1b14dd0db4b73..2495541341a9bfcf61f6a0d033f913ea848c1256 100644
|
| --- a/chrome/browser/sync/test/integration/two_client_app_list_sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/two_client_app_list_sync_test.cc
|
| @@ -55,11 +55,6 @@ class TwoClientAppListSyncTest : public SyncTest {
|
| virtual ~TwoClientAppListSyncTest() {}
|
|
|
| // SyncTest
|
| - virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
|
| - SyncTest::SetUpCommandLine(command_line);
|
| - command_line->AppendSwitch(switches::kEnableSyncAppList);
|
| - }
|
| -
|
| virtual bool SetupClients() OVERRIDE {
|
| if (!SyncTest::SetupClients())
|
| return false;
|
|
|