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

Unified Diff: chrome/browser/apps/app_shim/extension_app_shim_handler_mac.h

Issue 2623273011: Move Chrome terminating notification out of //apps (Closed)
Patch Set: remove DEPS rule Created 3 years, 11 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 | « apps/app_restore_service.cc ('k') | chrome/browser/apps/app_shim/extension_app_shim_handler_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/apps/app_shim/extension_app_shim_handler_mac.h
diff --git a/chrome/browser/apps/app_shim/extension_app_shim_handler_mac.h b/chrome/browser/apps/app_shim/extension_app_shim_handler_mac.h
index 3464941b30db63cc29530a90e3f590a5f00716f1..a0edc1d56e138bbc08be0d55f33df34064f19e30 100644
--- a/chrome/browser/apps/app_shim/extension_app_shim_handler_mac.h
+++ b/chrome/browser/apps/app_shim/extension_app_shim_handler_mac.h
@@ -129,7 +129,6 @@ class ExtensionAppShimHandler : public AppShimHandler,
void OnAppActivated(Profile* profile, const std::string& app_id) override;
void OnAppDeactivated(Profile* profile, const std::string& app_id) override;
void OnAppStop(Profile* profile, const std::string& app_id) override;
- void OnChromeTerminating() override;
// content::NotificationObserver overrides:
void Observe(int type,
« no previous file with comments | « apps/app_restore_service.cc ('k') | chrome/browser/apps/app_shim/extension_app_shim_handler_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698