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

Unified Diff: chrome/android/sync_shell/javatests/src/org/chromium/chrome/browser/sync/FirstRunTest.java

Issue 2551023006: [Sync] SyncEngine 1.5: Fix all backend references in PSS. (Closed)
Patch Set: Fix Android. Created 4 years 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/sync_shell/javatests/src/org/chromium/chrome/browser/sync/FirstRunTest.java
diff --git a/chrome/android/sync_shell/javatests/src/org/chromium/chrome/browser/sync/FirstRunTest.java b/chrome/android/sync_shell/javatests/src/org/chromium/chrome/browser/sync/FirstRunTest.java
index 3a40d64b365da47cffde2ed0251cce8e4e59f245..fcfcd9d5b9d158d1c15307078e343095a92a464a 100644
--- a/chrome/android/sync_shell/javatests/src/org/chromium/chrome/browser/sync/FirstRunTest.java
+++ b/chrome/android/sync_shell/javatests/src/org/chromium/chrome/browser/sync/FirstRunTest.java
@@ -72,7 +72,7 @@ public class FirstRunTest extends SyncTestBase {
// User should be signed in and the sync backend should initialize, but sync should not
// become fully active until the settings page is closed.
assertEquals(testAccount, SigninTestUtil.getCurrentAccount());
- SyncTestUtil.waitForBackendInitialized();
+ SyncTestUtil.waitForEngineInitialized();
assertFalse(SyncTestUtil.isSyncActive());
// Close the settings fragment.

Powered by Google App Engine
This is Rietveld 408576698