| Index: chrome/browser/ui/webui/options/core_options_handler.h
|
| diff --git a/chrome/browser/ui/webui/options/core_options_handler.h b/chrome/browser/ui/webui/options/core_options_handler.h
|
| index 5976d49cd3b286884a2beecd9c74a79de70142ec..163cef1d78bc51a698f98c1e8cdfeeeb8ef85580 100644
|
| --- a/chrome/browser/ui/webui/options/core_options_handler.h
|
| +++ b/chrome/browser/ui/webui/options/core_options_handler.h
|
| @@ -163,6 +163,9 @@ class CoreOptionsHandler : public OptionsPageUIHandler {
|
| void UpdateClearPluginLSOData();
|
| void UpdatePepperFlashSettingsEnabled();
|
|
|
| + // Checks that the current profile is not supervised. Used as a pref filter.
|
| + bool IsUserUnsupervised(const base::Value* to_value);
|
| +
|
| OptionsPageUIHandlerHost* handlers_host_;
|
| // This registrar keeps track of user prefs.
|
| PrefChangeRegistrar registrar_;
|
|
|