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

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

Issue 2702723002: Extract kArcEnabled preference from ArcSessionManager part 1. (Closed)
Patch Set: Address comments. Created 3 years, 10 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 74d65493dbdf1f5de76f631263c629f7c14cbe3b..b00072f4983e59f1409a5f2d32c7508fa8d3f103 100644
--- a/chrome/browser/sync/test/integration/sync_test.cc
+++ b/chrome/browser/sync/test/integration/sync_test.cc
@@ -90,7 +90,6 @@
#if defined(OS_CHROMEOS)
#include "chromeos/chromeos_switches.h"
-#include "components/arc/arc_util.h"
hidehiko 2017/02/20 18:18:45 Note: this should be a part of crrev.com/270869300
#endif
using browser_sync::ProfileSyncService;
@@ -299,7 +298,6 @@ 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