Upstream version 11.39.264.0
[platform/framework/web/crosswalk.git] / src / xwalk / application / extension / application_widget_storage.h
index ad83ed6..58412a6 100644 (file)
@@ -31,6 +31,7 @@ class AppWidgetStorage {
   bool Clear();
   bool GetAllEntries(base::DictionaryValue* result);
   bool EntryExists(const std::string& key) const;
+  bool GetValueByKey(const std::string& key, std::string* value);
 
  private:
   bool Init();