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

Unified Diff: webkit/support/test_webplugin_page_delegate.h

Issue 19381007: Remove unused includes of plugin_list.h. Also remove unused ContentClient and webkit_support method… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 5 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/support/platform_support_mac.mm ('k') | webkit/support/test_webplugin_page_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/support/test_webplugin_page_delegate.h
===================================================================
--- webkit/support/test_webplugin_page_delegate.h (revision 211642)
+++ webkit/support/test_webplugin_page_delegate.h (working copy)
@@ -1,37 +0,0 @@
-// 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.
-
-#ifndef WEBKIT_SUPPORT_TEST_WEBPLUGIN_PAGE_DELEGATE_H_
-#define WEBKIT_SUPPORT_TEST_WEBPLUGIN_PAGE_DELEGATE_H_
-
-#include <string>
-
-#include "webkit/plugins/npapi/webplugin_delegate_impl.h"
-#include "webkit/plugins/npapi/webplugin_page_delegate.h"
-
-namespace webkit_support {
-
-class TestWebPluginPageDelegate : public webkit::npapi::WebPluginPageDelegate {
- public:
- TestWebPluginPageDelegate() {}
- virtual ~TestWebPluginPageDelegate() {}
-
- virtual webkit::npapi::WebPluginDelegate* CreatePluginDelegate(
- const base::FilePath& file_path,
- const std::string& mime_type) OVERRIDE;
- virtual WebKit::WebPlugin* CreatePluginReplacement(
- const base::FilePath& file_path) OVERRIDE;
- virtual void CreatedPluginWindow(gfx::PluginWindowHandle handle) OVERRIDE {}
- virtual void WillDestroyPluginWindow(
- gfx::PluginWindowHandle handle) OVERRIDE {}
- virtual void DidMovePlugin(
- const webkit::npapi::WebPluginGeometry& move) OVERRIDE {}
- virtual void DidStartLoadingForPlugin() OVERRIDE {}
- virtual void DidStopLoadingForPlugin() OVERRIDE {}
- virtual WebKit::WebCookieJar* GetCookieJar() OVERRIDE;
-};
-
-} // namespace webkit_support
-
-#endif // WEBKIT_SUPPORT_TEST_WEBPLUGIN_PAGE_DELEGATE_H_
« no previous file with comments | « webkit/support/platform_support_mac.mm ('k') | webkit/support/test_webplugin_page_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698