Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / chromeos / login / screens / screen_context.h
index 2807251..317d173 100644 (file)
@@ -84,6 +84,9 @@ class ScreenContext : public base::NonThreadSafe {
   void ApplyChanges(const base::DictionaryValue& diff,
                     std::vector<std::string>* keys);
 
+  // Returns underlying dictionary containing all the stored data.
+  const base::DictionaryValue& storage() const { return storage_; }
+
  private:
   bool Set(const KeyType& key, base::Value* value);