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

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

Issue 10093011: Show a replacement plug-in for loading errors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup Created 8 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
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 9c5d4f92d5e12af686442f8955c7d85a221cf280..70fae8634e3d06244e918f4f9974e22870b67843 100644
--- a/webkit/tools/test_shell/test_webview_delegate.cc
+++ b/webkit/tools/test_shell/test_webview_delegate.cc
@@ -944,6 +944,11 @@ void TestWebViewDelegate::openFileSystem(
// WebPluginPageDelegate -----------------------------------------------------
+WebKit::WebPlugin* TestWebViewDelegate::CreatePluginReplacement(
+ const FilePath& file_path) {
+ return NULL;
+}
+
WebCookieJar* TestWebViewDelegate::GetCookieJar() {
return WebKit::webKitPlatformSupport()->cookieJar();
}

Powered by Google App Engine
This is Rietveld 408576698