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