| Index: chrome/android/java/src/org/chromium/chrome/browser/sync/SyncNotificationController.java
|
| diff --git a/chrome/android/java/src/org/chromium/chrome/browser/sync/SyncNotificationController.java b/chrome/android/java/src/org/chromium/chrome/browser/sync/SyncNotificationController.java
|
| index a5761b7cab705c8b3aff24a3e3d884f0dbb1f4b0..1f37729e7ff65c28c5ae8a81d80d9346a6298acc 100644
|
| --- a/chrome/android/java/src/org/chromium/chrome/browser/sync/SyncNotificationController.java
|
| +++ b/chrome/android/java/src/org/chromium/chrome/browser/sync/SyncNotificationController.java
|
| @@ -68,7 +68,7 @@ public class SyncNotificationController implements ProfileSyncService.SyncStateC
|
| if (shouldSyncAuthErrorBeShown()) {
|
| message = mProfileSyncService.getAuthError().getMessage();
|
| intent = createSettingsIntent();
|
| - } else if (mProfileSyncService.isBackendInitialized()
|
| + } else if (mProfileSyncService.isEngineInitialized()
|
| && mProfileSyncService.isPassphraseRequiredForDecryption()) {
|
| if (mProfileSyncService.isPassphrasePrompted()) {
|
| return;
|
|
|