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

Unified Diff: chrome/browser/app_controller_mac.mm

Issue 10779042: Move notifications only used in chrome/ to chrome/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix oops Created 8 years, 5 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
Index: chrome/browser/app_controller_mac.mm
diff --git a/chrome/browser/app_controller_mac.mm b/chrome/browser/app_controller_mac.mm
index 2b74e152b25e6ea5f9a033d1373b0adcd2be6914..9d89ead14ce0e825d788b144d7532b5681bd1d1b 100644
--- a/chrome/browser/app_controller_mac.mm
+++ b/chrome/browser/app_controller_mac.mm
@@ -323,7 +323,7 @@ const AEEventClass kAECloudPrintUninstallClass = 'GCPu';
// already shutting down.
if (!browser_shutdown::IsTryingToQuit()) {
content::NotificationService::current()->Notify(
- content::NOTIFICATION_CLOSE_ALL_BROWSERS_REQUEST,
+ chrome::NOTIFICATION_CLOSE_ALL_BROWSERS_REQUEST,
content::NotificationService::AllSources(),
content::NotificationService::NoDetails());
browser::CloseAllBrowsers();
@@ -545,7 +545,7 @@ const AEEventClass kAECloudPrintUninstallClass = 'GCPu';
return;
content::NotificationService::current()->Notify(
- content::NOTIFICATION_NO_KEY_WINDOW,
+ chrome::NOTIFICATION_NO_KEY_WINDOW,
content::NotificationService::AllSources(),
content::NotificationService::NoDetails());
}
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/base_login_display_host.cc » ('j') | content/public/browser/notification_types.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698