Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / chromeos / extensions / info_private_api.h
index 82a6b08..5794b36 100644 (file)
@@ -29,6 +29,9 @@ class ChromeosInfoPrivateGetFunction : public AsyncExtensionFunction {
   // Returns a newly allocate value, or null.
   base::Value* GetValue(const std::string& property_name);
 
+  // Gets boolean |pref| value from PrefService.
+  bool GetBooleanPrefValue(const char* pref);
+
   DECLARE_EXTENSION_FUNCTION("chromeosInfoPrivate.get", CHROMEOSINFOPRIVATE_GET)
 };