Skip to content
Snippets Groups Projects
Unverified Commit e30c28b2 authored by Richard Cordovano's avatar Richard Cordovano Committed by GitHub
Browse files

Merge pull request #1435 from sleuthkit/revert-1427-1184-chrome-cache

Revert "1184: parse chrome cache."
parents f85c3328 ac0f4b5b
Branches
Tags
No related merge requests found
...@@ -1189,12 +1189,7 @@ public enum ARTIFACT_TYPE implements SleuthkitVisitableItem { ...@@ -1189,12 +1189,7 @@ public enum ARTIFACT_TYPE implements SleuthkitVisitableItem {
* Indicates an person's address filled in a web form * Indicates an person's address filled in a web form
*/ */
TSK_WEB_FORM_ADDRESS (50, "TSK_WEB_FORM_ADDRESSES ", //NON-NLS TSK_WEB_FORM_ADDRESS (50, "TSK_WEB_FORM_ADDRESSES ", //NON-NLS
bundle.getString("BlackboardArtifact.tskWebFormAddresses.text")), bundle.getString("BlackboardArtifact.tskWebFormAddresses.text"));
/**
* Indicates source of a file/object
*/
TSK_SOURCE_ARTIFACT (51, "TSK_SOURCE_ARTIFACT ", //NON-NLS
bundle.getString("BlackboardArtifact.tskSourceArtifact.text"));
private final String label; private final String label;
private final int typeId; private final int typeId;
......
...@@ -47,7 +47,6 @@ BlackboardArtifact.tskVerificationFailed.text=Verification Failure ...@@ -47,7 +47,6 @@ BlackboardArtifact.tskVerificationFailed.text=Verification Failure
BlackboardArtifact.tskDataSourceUsage.text=Data Source Usage BlackboardArtifact.tskDataSourceUsage.text=Data Source Usage
BlackboardArtifact.tskWebFormAutofill.text=Web Form Autofill BlackboardArtifact.tskWebFormAutofill.text=Web Form Autofill
BlackboardArtifact.tskWebFormAddresses.text=Web Form Addresses BlackboardArtifact.tskWebFormAddresses.text=Web Form Addresses
BlackboardArtifact.tskSourceArtifact.text=Sources
BlackboardArtifact.shortDescriptionDate.text=at {0} BlackboardArtifact.shortDescriptionDate.text=at {0}
BlackboardAttribute.tskAccountType.text=Account Type BlackboardAttribute.tskAccountType.text=Account Type
BlackboardAttribute.tskUrl.text=URL BlackboardAttribute.tskUrl.text=URL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment