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

Unified Diff: webkit/tools/test_shell/test_webview_delegate.h

Issue 1695027: Change TestWebViewDelegate::createView in include WebWindowFeatures (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: pre commit Created 10 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
« no previous file with comments | « no previous file | webkit/tools/test_shell/test_webview_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/test_shell/test_webview_delegate.h
diff --git a/webkit/tools/test_shell/test_webview_delegate.h b/webkit/tools/test_shell/test_webview_delegate.h
index 34b3ee6dd08410bdcf84d208ad50eb0178dd0e65..cdf006011486bbd0a274da1a428f5815d8120080 100644
--- a/webkit/tools/test_shell/test_webview_delegate.h
+++ b/webkit/tools/test_shell/test_webview_delegate.h
@@ -50,6 +50,7 @@ class WebWidgetHost;
namespace WebKit {
class WebStorageNamespace;
+struct WebWindowFeatures;
}
class TestWebViewDelegate : public WebKit::WebViewClient,
@@ -74,7 +75,12 @@ class TestWebViewDelegate : public WebKit::WebViewClient,
typedef std::vector<CapturedContextMenuEvent> CapturedContextMenuEvents;
// WebKit::WebViewClient
+ // TODO(rafaelw): Remove this when
+ // WebViewClient::createView(WebFrame,WebWindowFeatures&) lands.
virtual WebKit::WebView* createView(WebKit::WebFrame* creator);
+ virtual WebKit::WebView* createView(
+ WebKit::WebFrame* creator,
+ const WebKit::WebWindowFeatures& window_features);
virtual WebKit::WebWidget* createPopupMenu(WebKit::WebPopupType popup_type);
virtual WebKit::WebWidget* createPopupMenu(
const WebKit::WebPopupMenuInfo& info);
« no previous file with comments | « no previous file | webkit/tools/test_shell/test_webview_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698