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

Unified Diff: chrome/browser/ui/browser.cc

Issue 10079023: Move notifications used only in chrome/ out of content/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: six! Created 8 years, 8 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/ui/browser.cc
diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
index 0d1b5290230d17169eb256346e064868547df457..2d15f70ac8160b0a4e6ee3283035abc9edc70123 100644
--- a/chrome/browser/ui/browser.cc
+++ b/chrome/browser/ui/browser.cc
@@ -3509,7 +3509,7 @@ void Browser::TabClosingAt(TabStripModel* tab_strip_model,
int index) {
fullscreen_controller_->OnTabClosing(contents->web_contents());
content::NotificationService::current()->Notify(
- content::NOTIFICATION_TAB_CLOSING,
+ chrome::NOTIFICATION_TAB_CLOSING,
content::Source<NavigationController>(
&contents->web_contents()->GetController()),
content::NotificationService::NoDetails());

Powered by Google App Engine
This is Rietveld 408576698