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

Unified Diff: chrome/browser/extensions/extension_tabs_module.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/extensions/extension_tabs_module.cc
diff --git a/chrome/browser/extensions/extension_tabs_module.cc b/chrome/browser/extensions/extension_tabs_module.cc
index e7bbd739775f322ecc9a4867e827332f01214225..932d248ca53ac36be8614737b66f07f7a9aabdd7 100644
--- a/chrome/browser/extensions/extension_tabs_module.cc
+++ b/chrome/browser/extensions/extension_tabs_module.cc
@@ -1800,7 +1800,7 @@ bool DetectTabLanguageFunction::RunImpl() {
registrar_.Add(this, chrome::NOTIFICATION_TAB_LANGUAGE_DETERMINED,
content::Source<WebContents>(contents->web_contents()));
registrar_.Add(
- this, content::NOTIFICATION_TAB_CLOSING,
+ this, chrome::NOTIFICATION_TAB_CLOSING,
content::Source<NavigationController>(
&(contents->web_contents()->GetController())));
registrar_.Add(

Powered by Google App Engine
This is Rietveld 408576698