| Index: chrome/browser/ui/webui/plugins/plugins_handler.h
|
| diff --git a/chrome/browser/ui/webui/plugins/plugins_handler.h b/chrome/browser/ui/webui/plugins/plugins_handler.h
|
| index 45055d3f600dcc9430c9bf0802a09ab9dc8b8431..595578ac42fe1d7e9b3e791ff6bad30ec928fa2a 100644
|
| --- a/chrome/browser/ui/webui/plugins/plugins_handler.h
|
| +++ b/chrome/browser/ui/webui/plugins/plugins_handler.h
|
| @@ -55,6 +55,10 @@ class PluginsPageHandler : public MojoWebUIHandler,
|
| const base::string16& group_name,
|
| bool plugin_enabled) const;
|
|
|
| + // Returns whether the policy for the current profile is "Click To Play" i.e.
|
| + // DefaultPluginsSetting is 3 (ASK).
|
| + bool GetClickToPlayPolicyEnabled() const;
|
| +
|
| // Detect a plugin group's enabled mode (one of enabledByUser, disabledByUser,
|
| // enabledByPolicy, disabledByPolicy, managedByPolicy).
|
| std::string GetPluginGroupEnabledMode(
|
|
|