| Index: chrome/browser/extensions/extension_message_service.h
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_message_service.h (revision 56844)
|
| +++ chrome/browser/extensions/extension_message_service.h (working copy)
|
| @@ -71,7 +71,7 @@
|
| explicit ExtensionMessageService(Profile* profile);
|
|
|
| // Notification that our owning profile is going away.
|
| - void ProfileDestroyed();
|
| + void DestroyingProfile();
|
|
|
| // Add or remove |render_process_pid| as a listener for |event_name|.
|
| void AddEventListener(const std::string& event_name, int render_process_id);
|
|
|