Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2608)

Unified Diff: chrome/browser/sync/test/integration/sync_test.cc

Issue 2648213004: Migrate --enable-arc and --arc-available part 1. (Closed)
Patch Set: address comments. Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/sync/test/integration/sync_test.cc
diff --git a/chrome/browser/sync/test/integration/sync_test.cc b/chrome/browser/sync/test/integration/sync_test.cc
index 0800d650c235317a0ff1c09cbc2eb4f784a56652..d127241544f74ea4fc017ac4b0e9ae16d582091e 100644
--- a/chrome/browser/sync/test/integration/sync_test.cc
+++ b/chrome/browser/sync/test/integration/sync_test.cc
@@ -89,6 +89,7 @@
#if defined(OS_CHROMEOS)
#include "chromeos/chromeos_switches.h"
+#include "components/arc/arc_util.h"
#endif
using browser_sync::ProfileSyncService;
@@ -297,6 +298,7 @@ void SyncTest::SetUpCommandLine(base::CommandLine* cl) {
#if defined(OS_CHROMEOS)
cl->AppendSwitch(chromeos::switches::kIgnoreUserProfileMappingForTests);
+ arc::SetArcAvailableCommandLineForTesting(cl);
#endif
}

Powered by Google App Engine
This is Rietveld 408576698