diff options
author | nasko <nasko@chromium.org> | 2015-03-30 17:48:45 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-03-31 00:50:55 +0000 |
commit | ff322ea41b3c9ed652c56151025091875f2feb18 (patch) | |
tree | 753fa952f7debab79315f5cd90a89b27572fcf0b /content/browser/renderer_host/render_view_host_impl.h | |
parent | 8b92532b0c322307bb67df9e71fa9d5c257932b1 (diff) | |
download | chromium_src-ff322ea41b3c9ed652c56151025091875f2feb18.zip chromium_src-ff322ea41b3c9ed652c56151025091875f2feb18.tar.gz chromium_src-ff322ea41b3c9ed652c56151025091875f2feb18.tar.bz2 |
Add deprecation notice to RV(H)
BUG=99379
Review URL: https://codereview.chromium.org/999253006
Cr-Commit-Position: refs/heads/master@{#322932}
Diffstat (limited to 'content/browser/renderer_host/render_view_host_impl.h')
-rw-r--r-- | content/browser/renderer_host/render_view_host_impl.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h index b15019b..e655cc5 100644 --- a/content/browser/renderer_host/render_view_host_impl.h +++ b/content/browser/renderer_host/render_view_host_impl.h @@ -83,6 +83,13 @@ struct FileChooserParams; // you will not be able to traverse pages back and forward. We need to determine // if we want to bring that and other functionality down into this object so it // can be shared by others. +// +// DEPRECATED: RenderViewHostImpl is being removed as part of the SiteIsolation +// project. New code should not be added here, but to either RenderFrameHostImpl +// (if frame specific) or WebContentsImpl (if page specific). +// +// For context, please see https://crbug.com/467770 and +// http://www.chromium.org/developers/design-documents/site-isolation. class CONTENT_EXPORT RenderViewHostImpl : public RenderViewHost, public RenderWidgetHostImpl { |