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

Unified Diff: webkit/support/test_webplugin_page_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/support/test_webplugin_page_delegate.cc
diff --git a/webkit/support/test_webplugin_page_delegate.cc b/webkit/support/test_webplugin_page_delegate.cc
index 0c54097b2e0bfdf2b9a9c4c91d16941c11e5bcd2..f4e61dac91acda1847db0ba940ba868c69910e86 100644
--- a/webkit/support/test_webplugin_page_delegate.cc
+++ b/webkit/support/test_webplugin_page_delegate.cc
@@ -19,6 +19,11 @@ TestWebPluginPageDelegate::CreatePluginDelegate(
file_path, mime_type, 0);
}
+WebKit::WebPlugin* TestWebPluginPageDelegate::CreatePluginReplacement(
+ const FilePath& file_path) {
+ return NULL;
+}
+
WebKit::WebCookieJar* TestWebPluginPageDelegate::GetCookieJar() {
return WebKit::webKitPlatformSupport()->cookieJar();
}

Powered by Google App Engine
This is Rietveld 408576698