Merge branch 'new-features-20120503' of https://github.com/sleuthkit/autopsy into new-features-20120503

This commit is contained in:
adam-m 2012-05-31 17:34:20 -04:00
commit a478fd0ed4

View File

@ -93,11 +93,11 @@ public class ExtractIE extends Extract implements IngestServiceImage {
@Override
public void process(Image image, IngestImageWorkerController controller) {
// this.getHistory(image, controller);
this.getHistory(image, controller);
this.getBookmark(image, controller);
this.getCookie(image, controller);
this.getRecentDocuments(image, controller);
// this.parsePascoResults();
this.parsePascoResults();
}
//Favorites section