Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(340)

Unified Diff: content/browser/renderer_host/render_view_host_impl.h

Issue 1875463002: Remove unused fields from //content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@scythe-root
Patch Set: Fixed Ozone build. Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698