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

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

Issue 9325082: Create window in a new BrowsingInstance when opening a link in a new process. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix line break Created 8 years, 9 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 | « webkit/tools/test_shell/test_webview_delegate.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/test_shell/test_webview_delegate.cc
diff --git a/webkit/tools/test_shell/test_webview_delegate.cc b/webkit/tools/test_shell/test_webview_delegate.cc
index a62e624b585c5b6eaf636fb76a34b42833fc47a7..8975516767b54bb16cdc234aea70f8ac192d8b29 100644
--- a/webkit/tools/test_shell/test_webview_delegate.cc
+++ b/webkit/tools/test_shell/test_webview_delegate.cc
@@ -318,20 +318,12 @@ void TestWebViewDelegate::SetAuthorAndUserStylesEnabled(bool is_enabled) {
}
// WebViewClient -------------------------------------------------------------
-// TODO(creis): Remove as part of http://crbug.com/69267.
WebView* TestWebViewDelegate::createView(
WebFrame* creator,
const WebURLRequest& request,
const WebWindowFeatures& window_features,
const WebString& frame_name,
WebNavigationPolicy policy) {
- return createView(creator, request, window_features, frame_name);
-}
-WebView* TestWebViewDelegate::createView(
- WebFrame* creator,
- const WebURLRequest& request,
- const WebWindowFeatures& window_features,
- const WebString& frame_name) {
return shell_->CreateWebView();
}
« no previous file with comments | « webkit/tools/test_shell/test_webview_delegate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698