| Index: chrome/browser/notifications/balloon_host.cc
|
| diff --git a/chrome/browser/notifications/balloon_host.cc b/chrome/browser/notifications/balloon_host.cc
|
| index 9c81d20ac1c673c63f15a1718100c1867e45d8b8..9fafe3c21444d2b714713d41779b4e44a40535ae 100644
|
| --- a/chrome/browser/notifications/balloon_host.cc
|
| +++ b/chrome/browser/notifications/balloon_host.cc
|
| @@ -48,8 +48,8 @@ void BalloonHost::Shutdown() {
|
| web_contents_.reset();
|
| }
|
|
|
| -Browser* BalloonHost::GetBrowser() {
|
| - // Notifications aren't associated with a particular browser.
|
| +ExtensionWindowController* BalloonHost::GetExtensionWindowController() const {
|
| + // Notifications don't have a window controller.
|
| return NULL;
|
| }
|
|
|
|
|