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

Unified Diff: chrome/renderer/render_view.h

Issue 6282003: Remove obsolete WebViewClient::createView method. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/browser/autofill
Patch Set: Created 9 years, 11 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
« no previous file with comments | « no previous file | chrome/renderer/render_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/render_view.h
diff --git a/chrome/renderer/render_view.h b/chrome/renderer/render_view.h
index 1d1a8f91d12417f6be47c50b1fb440101d3925c4..829b6fb6639f07b4d7f074015693098131401eab 100644
--- a/chrome/renderer/render_view.h
+++ b/chrome/renderer/render_view.h
@@ -432,11 +432,6 @@ class RenderView : public RenderWidget,
// WebKit::WebViewClient implementation --------------------------------------
- // TODO(jochen): remove once webkit side is up to date.
- virtual WebKit::WebView* createView(
- WebKit::WebFrame* creator,
- const WebKit::WebWindowFeatures& features,
- const WebKit::WebString& frame_name);
virtual WebKit::WebView* createView(
WebKit::WebFrame* creator,
const WebKit::WebURLRequest& request,
« no previous file with comments | « no previous file | chrome/renderer/render_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698