Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / webui / options / core_options_handler.h
index 5976d49..163cef1 100644 (file)
@@ -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_;