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

Unified Diff: webkit/glue/webplugin.h

Issue 17367: Fix layout test failures. Looks like keying the plugins based on OriginalFil... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 11 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/glue/webplugin.h
===================================================================
--- webkit/glue/webplugin.h (revision 7888)
+++ webkit/glue/webplugin.h (working copy)
@@ -39,11 +39,6 @@
// The name of the plugin (i.e. Flash).
std::wstring name;
- // The UTF8 filename of the plugin, without the path. This may be in a
- // different case than FilePath on some systems. On Windows this comes from
- // the DLL's version information.
- std::string filename;
-
// The path to the plugin file (DLL/bundle/library).
FilePath path;
« webkit/glue/plugins/plugin_list.cc ('K') | « webkit/glue/plugins/webplugin_delegate_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698