| Index: webkit/glue/plugins/plugin_group.h
|
| diff --git a/webkit/glue/plugins/plugin_group.h b/webkit/glue/plugins/plugin_group.h
|
| index 5098787635b1f7d6d26b5f06b146964b0707995c..11d8a03d26528ee9dee0386ccc6d07d686565feb 100644
|
| --- a/webkit/glue/plugins/plugin_group.h
|
| +++ b/webkit/glue/plugins/plugin_group.h
|
| @@ -101,6 +101,8 @@ class PluginGroup {
|
| // plugin as given by PluginList so we can display its priority.
|
| void AddPlugin(const WebPluginInfo& plugin, int position);
|
|
|
| + bool IsEmpty() const;
|
| +
|
| // Enables/disables this group. This enables/disables all plugins in the
|
| // group.
|
| void Enable(bool enable);
|
|
|