Index: chrome/browser/browser.cc |
=================================================================== |
--- chrome/browser/browser.cc (revision 26504) |
+++ chrome/browser/browser.cc (working copy) |
@@ -2000,6 +2000,14 @@ |
window_->TabContentsFocused(tab_content); |
} |
+bool Browser::TakeFocus(bool reverse) { |
+ NotificationService::current()->Notify( |
+ NotificationType::FOCUS_RETURNED_TO_BROWSER, |
+ Source<Browser>(this), |
+ NotificationService::NoDetails()); |
+ return false; |
+} |
+ |
bool Browser::IsApplication() const { |
return (type_ & TYPE_APP) != 0; |
} |