| Index: chrome/browser/plugin_updater.h
|
| diff --git a/chrome/browser/plugin_updater.h b/chrome/browser/plugin_updater.h
|
| index dc185954c2c7bdf0aee61fe94c2ab49dc88171ac..a68eb510e5a6a27f4ca96f8ff8e3987202b573ec 100644
|
| --- a/chrome/browser/plugin_updater.h
|
| +++ b/chrome/browser/plugin_updater.h
|
| @@ -36,7 +36,8 @@ 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);
|
|
|