diff options
Diffstat (limited to 'webkit/support/test_webplugin_page_delegate.cc')
-rw-r--r-- | webkit/support/test_webplugin_page_delegate.cc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/webkit/support/test_webplugin_page_delegate.cc b/webkit/support/test_webplugin_page_delegate.cc index 0c54097..9ec4346 100644 --- a/webkit/support/test_webplugin_page_delegate.cc +++ b/webkit/support/test_webplugin_page_delegate.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -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(); } |