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

Unified Diff: webkit/glue/webplugin.h

Issue 93116: Chrome side of using WebPluginListBuilder.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 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
« no previous file with comments | « webkit/glue/webkitclient_impl.cc ('k') | webkit/glue/webplugininfo.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webplugin.h
===================================================================
--- webkit/glue/webplugin.h (revision 14420)
+++ webkit/glue/webplugin.h (working copy)
@@ -24,38 +24,6 @@
struct NPObject;
-// Describes a mime type entry for a plugin.
-struct WebPluginMimeType {
- // The actual mime type.
- std::string mime_type;
-
- // A list of all the file extensions for this mime type.
- std::vector<std::string> file_extensions;
-
- // Description of the mime type.
- std::wstring description;
-};
-
-
-// Describes an available NPAPI plugin.
-struct WebPluginInfo {
- // The name of the plugin (i.e. Flash).
- std::wstring name;
-
- // The path to the plugin file (DLL/bundle/library).
- FilePath path;
-
- // The version number of the plugin file (may be OS-specific)
- std::wstring version;
-
- // A description of the plugin that we get from its version info.
- std::wstring desc;
-
- // A list of all the mime types that this plugin supports.
- std::vector<WebPluginMimeType> mime_types;
-};
-
-
// Describes the new location for a plugin window.
struct WebPluginGeometry {
gfx::NativeView window;
« no previous file with comments | « webkit/glue/webkitclient_impl.cc ('k') | webkit/glue/webplugininfo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698