Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / utility / importer / firefox_importer.h
index 64c3751..0ad10d6 100644 (file)
@@ -47,6 +47,8 @@ class FirefoxImporter : public Importer {
   // defined in browserconfig.properties.
   void ImportHomepage();
   void GetSearchEnginesXMLData(std::vector<std::string>* search_engine_data);
+  void GetSearchEnginesXMLDataFromJSON(
+      std::vector<std::string>* search_engine_data);
 
   // The struct stores the information about a bookmark item.
   struct BookmarkItem;