Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1904)

Unified Diff: chrome/browser/background_mode_manager_mac.mm

Issue 6914021: Modifying the BackgroundModeManager to handle multiple profiles. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/background_mode_manager_linux.cc ('k') | chrome/browser/background_mode_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
}
« no previous file with comments | « chrome/browser/background_mode_manager_linux.cc ('k') | chrome/browser/background_mode_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698