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

Unified Diff: chrome/browser/notifications/balloon_host.cc

Issue 10021071: Remove Browser dependency in ExtensionFunctionDispatcher (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase 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/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;
}

Powered by Google App Engine
This is Rietveld 408576698