Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / memory_details_win.cc
index 1b9ed4f..b580cd5 100644 (file)
@@ -124,8 +124,7 @@ void MemoryDetails::CollectProcessData(
       TCHAR name[MAX_PATH];
       if (index2 == CHROME_BROWSER || index2 == CHROME_NACL_PROCESS) {
         chrome::VersionInfo version_info;
-        if (version_info.is_valid())
-          info.version = base::ASCIIToWide(version_info.Version());
+        info.version = base::ASCIIToWide(version_info.Version());
         // Check if this is one of the child processes whose data we collected
         // on the IO thread, and if so copy over that data.
         for (size_t child = 0; child < child_info.size(); child++) {