diff options
author | rafaelw@chromium.org <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-15 19:05:07 +0000 |
---|---|---|
committer | rafaelw@chromium.org <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-15 19:05:07 +0000 |
commit | 9aa2eaaeadd97c8ed9018a63ca701a42eb731c9b (patch) | |
tree | edffb1492a5c26585cd0c666e8eea312f719c25e /chrome/browser/notifications | |
parent | 3cf7b304ca304dde742f6362a90dbafad5986bc9 (diff) | |
download | chromium_src-9aa2eaaeadd97c8ed9018a63ca701a42eb731c9b.zip chromium_src-9aa2eaaeadd97c8ed9018a63ca701a42eb731c9b.tar.gz chromium_src-9aa2eaaeadd97c8ed9018a63ca701a42eb731c9b.tar.bz2 |
Add ExtensionFunctionDispatcher::Delegate::GetAssociatedTabContents.
Following work from: http://codereview.chromium.org/1521032/show, based on comments from aa here: http://codereview.chromium.org/1521032/diff/4002/9004#newcode639
BUG=40428
TEST=All tests should pass
Review URL: http://codereview.chromium.org/1627024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44680 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/notifications')
-rw-r--r-- | chrome/browser/notifications/balloon_host.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/notifications/balloon_host.h b/chrome/browser/notifications/balloon_host.h index 521d898..c267bc4 100644 --- a/chrome/browser/notifications/balloon_host.h +++ b/chrome/browser/notifications/balloon_host.h @@ -40,6 +40,7 @@ class BalloonHost : public RenderViewHostDelegate, // TODO(aa): Should this return the native view of the BalloonView*? return NULL; } + virtual TabContents* associated_tab_contents() { return NULL; } RenderViewHost* render_view_host() const { return render_view_host_; } |