Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chromeos / network / managed_state.h
index 4e7b9fa..8b56394 100644 (file)
@@ -64,6 +64,10 @@ class CHROMEOS_EXPORT ManagedState {
   virtual bool InitialPropertiesReceived(
       const base::DictionaryValue& properties);
 
+  // Fills |dictionary| with a minimal set of state properties for the network
+  // type. See implementations for which properties are included.
+  virtual void GetStateProperties(base::DictionaryValue* dictionary) const;
+
   const ManagedType managed_type() const { return managed_type_; }
   const std::string& path() const { return path_; }
   const std::string& name() const { return name_; }