| Index: chrome/browser/background_sync/background_sync_controller_impl.h
|
| diff --git a/chrome/browser/background_sync/background_sync_controller_impl.h b/chrome/browser/background_sync/background_sync_controller_impl.h
|
| index 156a62445822aacc8fc532d3dc9bbce0c22c9883..0126149eec819de998d0b150731d092584a951b7 100644
|
| --- a/chrome/browser/background_sync/background_sync_controller_impl.h
|
| +++ b/chrome/browser/background_sync/background_sync_controller_impl.h
|
| @@ -25,6 +25,12 @@ class BackgroundSyncControllerImpl : public content::BackgroundSyncController,
|
| // content::BackgroundSyncController overrides.
|
| void NotifyBackgroundSyncRegistered(const GURL& origin) override;
|
|
|
| +#if defined(OS_ANDROID)
|
| + void LaunchBrowserWhenNextOnline(
|
| + const content::BackgroundSyncManager* registrant,
|
| + bool launch_when_next_online) override;
|
| +#endif
|
| +
|
| protected:
|
| // Virtual for testing.
|
| virtual rappor::RapporService* GetRapporService();
|
|
|