| 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);
|
|
|
| // Disable all plugin groups as defined by the user's preference file.
|
| void DisablePluginGroupsFromPrefs(Profile* profile);
|
|
|