| Index: chrome/browser/sync/test/integration/single_client_app_list_sync_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/single_client_app_list_sync_test.cc b/chrome/browser/sync/test/integration/single_client_app_list_sync_test.cc
|
| index 9eddfec84556d2a88c7bd13680dd122d6ec1a746..51cf89c95383d55da6d19020461a806b86f92ca3 100644
|
| --- a/chrome/browser/sync/test/integration/single_client_app_list_sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/single_client_app_list_sync_test.cc
|
| @@ -31,11 +31,6 @@ class SingleClientAppListSyncTest : public SyncTest {
|
| virtual ~SingleClientAppListSyncTest() {}
|
|
|
| // 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;
|
|
|