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..c5b62c8d6d2aa64b2a520e30e8ebe6d76e417574 100644 |
--- a/chrome/browser/background_sync/background_sync_controller_impl.h |
+++ b/chrome/browser/background_sync/background_sync_controller_impl.h |
@@ -25,6 +25,10 @@ class BackgroundSyncControllerImpl : public content::BackgroundSyncController, |
// content::BackgroundSyncController overrides. |
void NotifyBackgroundSyncRegistered(const GURL& origin) override; |
+ void LaunchBrowserWhenNextOnline( |
+ const content::BackgroundSyncManager* registrant, |
+ bool launch_when_next_online); |
+ |
protected: |
// Virtual for testing. |
virtual rappor::RapporService* GetRapporService(); |