| Index: content/browser/renderer_host/render_view_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h
|
| index 2e73c24376d18bbef776aa410bd4eb29f37d408f..ba69564c1086466d3c1c903aef0728e4bb52dedf 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.h
|
| +++ b/content/browser/renderer_host/render_view_host_impl.h
|
| @@ -359,10 +359,6 @@ class CONTENT_EXPORT RenderViewHostImpl : public RenderViewHost,
|
| // over time.
|
| scoped_refptr<SiteInstanceImpl> instance_;
|
|
|
| - // true if we are currently waiting for a response for drag context
|
| - // information.
|
| - bool waiting_for_drag_context_response_;
|
| -
|
| // A bitwise OR of bindings types that have been enabled for this RenderView.
|
| // See BindingsPolicy for details.
|
| int enabled_bindings_;
|
|
|