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

Unified Diff: components/plugins/renderer/webview_plugin.h

Issue 2369613003: Require WebLocalFrame to be created with a non-null client (Closed)
Patch Set: oops Created 4 years, 3 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: components/plugins/renderer/webview_plugin.h
diff --git a/components/plugins/renderer/webview_plugin.h b/components/plugins/renderer/webview_plugin.h
index f351ff19e7c5bc463e93e17d6a89e701d65d7441..086fa6db3a1a793519d762c32f7d36376d99a2fb 100644
--- a/components/plugins/renderer/webview_plugin.h
+++ b/components/plugins/renderer/webview_plugin.h
@@ -154,11 +154,6 @@ class WebViewPlugin : public blink::WebPlugin,
// Owned by us, deleted via |close()|.
blink::WebView* web_view_;
- // Owned by us, deleted via |close()|.
- blink::WebFrameWidget* web_frame_widget_;
-
- // Owned by us, deleted via |close()|.
- blink::WebFrame* web_frame_;
gfx::Rect rect_;
blink::WebString old_title_;
« no previous file with comments | « no previous file | components/plugins/renderer/webview_plugin.cc » ('j') | components/printing/renderer/print_web_view_helper.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698