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

Unified Diff: webkit/glue/plugins/plugin_lib.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/plugins/plugin_lib.h
===================================================================
--- webkit/glue/plugins/plugin_lib.h (revision 7888)
+++ webkit/glue/plugins/plugin_lib.h (working copy)
@@ -28,8 +28,7 @@
// This struct fully describes a plugin. For external plugins, it's read in from
// the version info of the dll; For internal plugins, it's predefined.
struct PluginVersionInfo {
- std::wstring filename;
- std::wstring path;
+ FilePath path;
std::wstring product_name;
std::wstring file_description;
std::wstring file_version;

Powered by Google App Engine
This is Rietveld 408576698