| Index: chrome/browser/plugins/plugin_metadata.h
|
| ===================================================================
|
| --- chrome/browser/plugins/plugin_metadata.h (revision 169236)
|
| +++ chrome/browser/plugins/plugin_metadata.h (working copy)
|
| @@ -41,7 +41,8 @@
|
| const GURL& plugin_url,
|
| const GURL& help_url,
|
| const string16& group_name_matcher,
|
| - const std::string& language);
|
| + const std::string& language,
|
| + bool use_pattern_matching);
|
| ~PluginMetadata();
|
|
|
| // Unique identifier for the plug-in.
|
| @@ -97,6 +98,7 @@
|
| GURL plugin_url_;
|
| GURL help_url_;
|
| std::string language_;
|
| + bool use_pattern_matching_;
|
| std::map<Version, SecurityStatus, VersionComparator> versions_;
|
| std::vector<std::string> all_mime_types_;
|
| std::vector<std::string> matching_mime_types_;
|
|
|