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 | |
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')
-rw-r--r-- | webkit/tools/test_shell/test_webview_delegate.cc | 7 | ||||
-rw-r--r-- | webkit/tools/test_shell/test_webview_delegate.h | 4 |
2 files changed, 0 insertions, 11 deletions
diff --git a/webkit/tools/test_shell/test_webview_delegate.cc b/webkit/tools/test_shell/test_webview_delegate.cc index 9aa3c26..cb434f4 100644 --- a/webkit/tools/test_shell/test_webview_delegate.cc +++ b/webkit/tools/test_shell/test_webview_delegate.cc @@ -316,13 +316,6 @@ void TestWebViewDelegate::SetAuthorAndUserStylesEnabled(bool is_enabled) { } // WebViewClient ------------------------------------------------------------- -// TODO(atwilson): Remove this API when we push related changes upstream -WebView* TestWebViewDelegate::createView( - WebFrame* creator, - const WebWindowFeatures& window_features) { - return shell_->CreateWebView(); -} - WebView* TestWebViewDelegate::createView( WebFrame* creator, const WebWindowFeatures& window_features, 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, |