| Index: chrome/browser/apps/app_shim/extension_app_shim_handler_mac.cc
|
| diff --git a/chrome/browser/apps/app_shim/extension_app_shim_handler_mac.cc b/chrome/browser/apps/app_shim/extension_app_shim_handler_mac.cc
|
| index 940270ca6ef4c9b4208ea8918dac4837adef547e..898d65533f643fb54779e28a9f2bac28f80c84c7 100644
|
| --- a/chrome/browser/apps/app_shim/extension_app_shim_handler_mac.cc
|
| +++ b/chrome/browser/apps/app_shim/extension_app_shim_handler_mac.cc
|
| @@ -735,8 +735,6 @@ void ExtensionAppShimHandler::OnAppDeactivated(Profile* profile,
|
| void ExtensionAppShimHandler::OnAppStop(Profile* profile,
|
| const std::string& app_id) {}
|
|
|
| -void ExtensionAppShimHandler::OnChromeTerminating() {}
|
| -
|
| // The BrowserWindow may be NULL when this is called.
|
| // Therefore we listen for the notification
|
| // chrome::NOTIFICATION_BROWSER_WINDOW_READY and then call OnAppActivated.
|
|
|