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

Unified Diff: chrome/browser/sync/test/integration/sync_arc_package_helper.h

Issue 2711033002: Fix Arc integration test. (Closed)
Patch Set: Pure rebase. 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_arc_package_helper.h
diff --git a/chrome/browser/sync/test/integration/sync_arc_package_helper.h b/chrome/browser/sync/test/integration/sync_arc_package_helper.h
index d8524f7718fb0891eeca7777d7c2ba26673806a3..5f5652039d21f639dae2344c4a9e2618c2fd5f72 100644
--- a/chrome/browser/sync/test/integration/sync_arc_package_helper.h
+++ b/chrome/browser/sync/test/integration/sync_arc_package_helper.h
@@ -20,10 +20,6 @@ namespace arc {
class FakeAppInstance;
}
-namespace chromeos {
-class ScopedUserManagerEnabler;
-}
-
namespace arc {
class SyncArcPackageHelper {
@@ -32,8 +28,6 @@ class SyncArcPackageHelper {
void SetupTest(SyncTest* test);
- void CleanUp();
-
void InstallPackageWithIndex(Profile* profile, size_t id);
void UninstallPackageWithIndex(Profile* profile, size_t id);
@@ -44,7 +38,7 @@ class SyncArcPackageHelper {
bool AllProfilesHaveSamePackageDetails();
- void SetupArcService(Profile* profile, size_t id);
+ void SetupArcService(Profile* profile);
private:
friend struct base::DefaultSingletonTraits<SyncArcPackageHelper>;
@@ -68,8 +62,6 @@ class SyncArcPackageHelper {
std::unordered_map<Profile*, std::unique_ptr<FakeAppInstance>> instance_map_;
- std::unique_ptr<chromeos::ScopedUserManagerEnabler> user_manager_enabler_;
-
DISALLOW_COPY_AND_ASSIGN(SyncArcPackageHelper);
};

Powered by Google App Engine
This is Rietveld 408576698