[Download] TODO removed.
authorPawel Andruszkiewicz <p.andruszkie@samsung.com>
Fri, 2 Oct 2015 09:34:34 +0000 (11:34 +0200)
committerPawel Andruszkiewicz <p.andruszkie@samsung.com>
Fri, 2 Oct 2015 09:34:34 +0000 (11:34 +0200)
There's no common mechanism for resolving files in JS, hence this is not possible.

[Verification] Code compiles, logic was not changed.

Change-Id: If80b038aa5cfc2c17525f0cf914b6f05717f4e25
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
src/download/download_instance.cc

index 4803878c062c26cfd1378e76717f964bbab0ecec..befdee5d9d689dbe9e648bbc1b2896a579d0155c 100755 (executable)
@@ -434,7 +434,6 @@ void DownloadInstance::DownloadManagerStart
   if (!args.get("destination").is<picojson::null>()) {
     if (args.get("destination").get<std::string>() != "") {
       diPtr->destination = args.get("destination").get<std::string>();
-      // TODO: move conversion to JS
       diPtr->destination = common::VirtualFs::GetInstance().GetRealPath(diPtr->destination);
     }
   }