| Index: chrome/browser/plugin_updater.h
|
| diff --git a/chrome/browser/plugin_updater.h b/chrome/browser/plugin_updater.h
|
| index dc185954c2c7bdf0aee61fe94c2ab49dc88171ac..2c4fed769ba923be918b8a82affad52db64327c6 100644
|
| --- a/chrome/browser/plugin_updater.h
|
| +++ b/chrome/browser/plugin_updater.h
|
| @@ -36,7 +36,7 @@ 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);
|
|
|
| // Disable all plugin groups as defined by the user's preference file.
|
| void DisablePluginGroupsFromPrefs(Profile* profile);
|
|
|