diff options
author | atwilson@chromium.org <atwilson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-17 16:53:23 +0000 |
---|---|---|
committer | atwilson@chromium.org <atwilson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-17 16:53:23 +0000 |
commit | c1e0696a17d2683b191ebc9b3b5233260c12c3db (patch) | |
tree | 376820112fdf45bab0421e47a4455f86b8afd69f /webkit/tools/test_shell/test_webview_delegate.h | |
parent | 52c45d68387115210e992ddd2538d6ec29917be7 (diff) | |
download | chromium_src-c1e0696a17d2683b191ebc9b3b5233260c12c3db.zip chromium_src-c1e0696a17d2683b191ebc9b3b5233260c12c3db.tar.gz chromium_src-c1e0696a17d2683b191ebc9b3b5233260c12c3db.tar.bz2 |
Remove obsolete API handlers now that upstream changes to frame name plumbing have been pushed.
Review URL: http://codereview.chromium.org/2806001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50114 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/test_shell/test_webview_delegate.h')
-rw-r--r-- | webkit/tools/test_shell/test_webview_delegate.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/webkit/tools/test_shell/test_webview_delegate.h b/webkit/tools/test_shell/test_webview_delegate.h index a96049a42..cd03113 100644 --- a/webkit/tools/test_shell/test_webview_delegate.h +++ b/webkit/tools/test_shell/test_webview_delegate.h @@ -76,10 +76,6 @@ class TestWebViewDelegate : public WebKit::WebViewClient, typedef std::vector<CapturedContextMenuEvent> CapturedContextMenuEvents; // WebKit::WebViewClient - // TODO(atwilson): Remove this API when we push related changes upstream - virtual WebKit::WebView* createView( - WebKit::WebFrame* creator, - const WebKit::WebWindowFeatures& window_features); virtual WebKit::WebView* createView( WebKit::WebFrame* creator, const WebKit::WebWindowFeatures& features, |