| Index: chrome/browser/background_mode_manager_linux.cc
 | 
| ===================================================================
 | 
| --- chrome/browser/background_mode_manager_linux.cc	(revision 86624)
 | 
| +++ chrome/browser/background_mode_manager_linux.cc	(working copy)
 | 
| @@ -79,7 +79,8 @@
 | 
|  }
 | 
|  
 | 
|  void BackgroundModeManager::DisplayAppInstalledNotification(
 | 
| -    const Extension* extension) {
 | 
| +    const Extension* extension,
 | 
| +    Profile* profile) {
 | 
|    // TODO(atwilson): Display a platform-appropriate notification here.
 | 
|    // http://crbug.com/74970
 | 
|  }
 | 
| 
 |