summaryrefslogtreecommitdiffstats
path: root/chrome/common/plugin_group.h
Commit message (Collapse)AuthorAgeFilesLines
* Implement disabling of plugins through policydanno@chromium.org2010-07-151-0/+14
| | | | | | | | | TEST=manual testing of plugins page, ConfigurationPolicyPrefStoreTest* BUG=45856 Review URL: http://codereview.chromium.org/2833034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52487 0039d316-1c4b-4281-b951-d872f2087c98
* Factor out PluginGroup into a separate class in common/.bauerb@chromium.org2010-07-141-0/+115
Moving PluginGroup into common is necessary in order to enable the renderer process to check if a plugin is outdated. Also, make PluginUpdater static since it doesn't contain any state anymore. BUG=47731 TEST=PluginGroupTest.* Review URL: http://codereview.chromium.org/2955005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52307 0039d316-1c4b-4281-b951-d872f2087c98