| Index: webkit/plugins/npapi/plugin_group.h
|
| ===================================================================
|
| --- webkit/plugins/npapi/plugin_group.h (revision 71882)
|
| +++ webkit/plugins/npapi/plugin_group.h (working copy)
|
| @@ -78,6 +78,7 @@
|
| // Used by about:plugins to disable Reader plugin when internal PDF viewer is
|
| // enabled.
|
| static const char* kAdobeReaderGroupName;
|
| + static const char* kAdobeReaderUpdateURL;
|
|
|
| PluginGroup(const PluginGroup& other);
|
|
|
| @@ -145,6 +146,8 @@
|
| // in accepting weird version strings than Version::GetFromString().
|
| static Version* CreateVersionFromString(const string16& version_string);
|
|
|
| + std::vector<WebPluginInfo> web_plugin_infos() { return web_plugin_infos_; }
|
| +
|
| private:
|
| typedef std::map<std::string, PluginGroup*> PluginMap;
|
|
|
|
|