| Index: webkit/plugins/npapi/plugin_group.h
|
| ===================================================================
|
| --- webkit/plugins/npapi/plugin_group.h (revision 151240)
|
| +++ webkit/plugins/npapi/plugin_group.h (working copy)
|
| @@ -129,6 +129,11 @@
|
| return web_plugin_infos_;
|
| }
|
|
|
| + // Removes leading zeros from each of the components of a version string.
|
| + // The input version string should be in this format: XXX.YYY.ZZZ...etc.
|
| + static std::string RemoveLeadingZerosFromVersionComponents(
|
| + const std::string& version);
|
| +
|
| std::string identifier_;
|
| string16 group_name_;
|
| string16 name_matcher_;
|
|
|