diff options
author | idanan@chromium.org <idanan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-21 17:47:08 +0000 |
---|---|---|
committer | idanan@chromium.org <idanan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-21 17:47:08 +0000 |
commit | 3e7cf136004dd8f5a8e521360b5d602e7b1af0c2 (patch) | |
tree | 3f78cab4b9f030786bfb0224e479282770c46d24 /chrome/browser/tab_contents/tab_contents.h | |
parent | 7ed6bc6bcd311741da22bf45d8a88f5de89eadf8 (diff) | |
download | chromium_src-3e7cf136004dd8f5a8e521360b5d602e7b1af0c2.zip chromium_src-3e7cf136004dd8f5a8e521360b5d602e7b1af0c2.tar.gz chromium_src-3e7cf136004dd8f5a8e521360b5d602e7b1af0c2.tar.bz2 |
Send notice for blackisted non-visual resources
This is just the piping to call into the blocked_popup_container
(which shall be later renamed and expanded to a generalized blocked
resource container) from the browser's request context.
BUG=16932
TEST=none
Review URL: http://codereview.chromium.org/171109
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23973 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/tab_contents/tab_contents.h')
-rw-r--r-- | chrome/browser/tab_contents/tab_contents.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/tab_contents/tab_contents.h b/chrome/browser/tab_contents/tab_contents.h index 22a51c5..7e86dc4 100644 --- a/chrome/browser/tab_contents/tab_contents.h +++ b/chrome/browser/tab_contents/tab_contents.h @@ -806,6 +806,7 @@ class TabContents : public PageNavigator, virtual RenderViewHostDelegate::FavIcon* GetFavIconDelegate(); virtual RenderViewHostDelegate::Autofill* GetAutofillDelegate(); virtual TabContents* GetAsTabContents(); + virtual void AddBlockedNotice(const GURL& url, const string16& reason); virtual ViewType::Type GetRenderViewType() const; virtual int GetBrowserWindowID() const; virtual void RenderViewCreated(RenderViewHost* render_view_host); |