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

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

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.h
diff --git a/chrome/browser/notifications/balloon_host.h b/chrome/browser/notifications/balloon_host.h
index 4fbb1707edc4a415d463da78068a3236aca727b4..bd19b80d665979998434b628fead047062e2e38d 100644
--- a/chrome/browser/notifications/balloon_host.h
+++ b/chrome/browser/notifications/balloon_host.h
@@ -37,7 +37,8 @@ class BalloonHost : public content::WebContentsDelegate,
void Shutdown();
// ExtensionFunctionDispatcher::Delegate overrides.
- virtual Browser* GetBrowser() OVERRIDE;
+ virtual ExtensionWindowController* GetExtensionWindowController()
sky 2012/05/03 21:04:47 nit: In this case wrap the function name to the ne
+ const OVERRIDE;
virtual content::WebContents* GetAssociatedWebContents() const OVERRIDE;
const string16& GetSource() const;

Powered by Google App Engine
This is Rietveld 408576698