summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-13 19:22:21 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-13 19:22:21 +0000
commitd70a0f3d0234806e7a39f40aee1b9b62d9c5d9c7 (patch)
tree656d2ab82052824bc7b8b5551990f9a8d7615549 /content
parent0db2d2afdc669263b5370b6b557bd2928e682d42 (diff)
downloadchromium_src-d70a0f3d0234806e7a39f40aee1b9b62d9c5d9c7.zip
chromium_src-d70a0f3d0234806e7a39f40aee1b9b62d9c5d9c7.tar.gz
chromium_src-d70a0f3d0234806e7a39f40aee1b9b62d9c5d9c7.tar.bz2
Create cleanup bug for deprecated method.
BUG=none TEST=adding comment; no code change Review URL: http://codereview.chromium.org/7011046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85301 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content')
-rw-r--r--content/browser/renderer_host/render_view_host_delegate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/renderer_host/render_view_host_delegate.h b/content/browser/renderer_host/render_view_host_delegate.h
index 2cc0b0c..f6ff365 100644
--- a/content/browser/renderer_host/render_view_host_delegate.h
+++ b/content/browser/renderer_host/render_view_host_delegate.h
@@ -311,7 +311,7 @@ class RenderViewHostDelegate : public IPC::Channel::Listener {
// Return this object cast to a TabContents, if it is one. If the object is
// not a TabContents, returns NULL. DEPRECATED: Be sure to include brettw and
- // jam as reviewers before you use this method.
+ // jam as reviewers before you use this method. http://crbug.com/82582
virtual TabContents* GetAsTabContents();
// Return this object cast to a BackgroundContents, if it is one. If the