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

Unified Diff: chrome/android/javatests/src/org/chromium/chrome/browser/superviseduser/SupervisedUserContentProviderTest.java

Issue 2872743003: Change AccountManagerHelper initialization
Patch Set: Created 3 years, 7 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/android/javatests/src/org/chromium/chrome/browser/superviseduser/SupervisedUserContentProviderTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/superviseduser/SupervisedUserContentProviderTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/superviseduser/SupervisedUserContentProviderTest.java
index d3e02dee431c330ac32ae18a8c24789467484bbe..ef93abd9f6217a478a5b70ca0c2e18f334919bd8 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/superviseduser/SupervisedUserContentProviderTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/superviseduser/SupervisedUserContentProviderTest.java
@@ -55,7 +55,7 @@ public class SupervisedUserContentProviderTest {
@Before
public void setUp() throws Exception {
- SigninTestUtil.setUpAuthForTest(InstrumentationRegistry.getInstrumentation());
+ SigninTestUtil.setUpAuthForTest();
// In principle the SupervisedUserContentProvider should work whenever Chrome is installed
// (even if it isn't running), but to test it we need to set up a dummy child, and to do
@@ -79,7 +79,6 @@ public class SupervisedUserContentProviderTest {
@After
public void tearDown() throws Exception {
SigninTestUtil.resetSigninState();
- SigninTestUtil.tearDownAuthForTest();
}
@Test

Powered by Google App Engine
This is Rietveld 408576698