Chromium Code Reviews| Index: chrome/browser/plugin_updater.h |
| diff --git a/chrome/browser/plugin_updater.h b/chrome/browser/plugin_updater.h |
| index 526433481caba31d33a2e901e9bf2fb65e8bcf06..0f6ed415d7b7067c2e8a46f579ffffc20326a467 100644 |
| --- a/chrome/browser/plugin_updater.h |
| +++ b/chrome/browser/plugin_updater.h |
| @@ -32,7 +32,9 @@ class PluginUpdater : public NotificationObserver { |
| void EnablePluginGroup(bool enable, const string16& group_name); |
| // Enable or disable a specific plugin file. |
| - void EnablePluginFile(bool enable, const FilePath::StringType& file_path); |
| + void EnablePlugin(bool enable, |
| + const FilePath::StringType& file_path, |
| + const string16& name); |
|
jam
2010/12/17 19:14:45
can you add documentation to what "name" is? why
pastarmovj
2010/12/20 19:57:37
Done.
Bernhard Bauer
2010/12/20 22:30:28
Umm...?
|
| // Disable all plugin groups as defined by the user's preference file. |
| void DisablePluginGroupsFromPrefs(Profile* profile); |