| Index: components/history/core/browser/history_service.h
 | 
| diff --git a/components/history/core/browser/history_service.h b/components/history/core/browser/history_service.h
 | 
| index f61e3dc3d29cd1238779b6dbb08c7eac037b3b18..5231a03f738df101f0a5ad50f08a6a6b68a23796 100644
 | 
| --- a/components/history/core/browser/history_service.h
 | 
| +++ b/components/history/core/browser/history_service.h
 | 
| @@ -105,6 +105,12 @@ class HistoryService : public syncer::SyncableService, public KeyedService {
 | 
|    // Returns true if the backend has finished loading.
 | 
|    bool backend_loaded() const { return backend_loaded_; }
 | 
|  
 | 
| +#if defined(OS_IOS)
 | 
| +  // Causes the history backend to commit any in-progress transactions. Called
 | 
| +  // when the application is being backgrounded.
 | 
| +  void HandleBackgrounding();
 | 
| +#endif
 | 
| +
 | 
|    // Context ids are used to scope page IDs (see AddPage). These contexts
 | 
|    // must tell us when they are being invalidated so that we can clear
 | 
|    // out any cached data associated with that context.
 | 
| 
 |