| Index: content/browser/background_sync/background_sync_manager.cc
|
| diff --git a/content/browser/background_sync/background_sync_manager.cc b/content/browser/background_sync/background_sync_manager.cc
|
| index 3560267144437fea2b3b32ba231a6fd6702303b1..c22486c8d87c6c73815ea9a2166e3bbbd11fa70a 100644
|
| --- a/content/browser/background_sync/background_sync_manager.cc
|
| +++ b/content/browser/background_sync/background_sync_manager.cc
|
| @@ -962,7 +962,7 @@ bool BackgroundSyncManager::IsRegistrationReadyToFire(
|
| }
|
|
|
| void BackgroundSyncManager::SchedulePendingRegistrations() {
|
| -#if defined(OS_ANDROID)
|
| +#if defined(OS_ANDROID) && !defined(USE_AURA)
|
| bool keep_browser_alive_for_one_shot = false;
|
|
|
| for (const auto& sw_id_and_registrations : active_registrations_) {
|
|
|