Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ui / app_list / search_provider.h
index f8ebfd0..d092c7e 100644 (file)
@@ -34,9 +34,6 @@ class APP_LIST_EXPORT SearchProvider {
     result_changed_callback_ = callback;
   }
 
-  // TODO(mukai): Fix the ownership and copying of the results.
-  void ReleaseResult(std::vector<SearchResult*>* results);
-
   const Results& results() const { return results_; }
 
  protected: