From: Ryan Ware Date: Fri, 15 Feb 2013 01:08:16 +0000 (-0800) Subject: Removing the OverallMcAfeeSecure state. X-Git-Tag: 1.0_RM_PMAKE~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=757ebee4c762036d35917863ac4e428b4b33b354;p=platform%2Fupstream%2Fcsr-framework.git Removing the OverallMcAfeeSecure state. Change-Id: I297fd8b794e27ad122392153a19a145e06b77aed --- diff --git a/doc/Tizen Web Protection API Specification.pdf b/doc/Tizen Web Protection API Specification.pdf index 00d59eb..7730ca2 100644 Binary files a/doc/Tizen Web Protection API Specification.pdf and b/doc/Tizen Web Protection API Specification.pdf differ diff --git a/doc/Tizen Web Protection Plugin API Specification.pdf b/doc/Tizen Web Protection Plugin API Specification.pdf index c35639e..3e7191a 100644 Binary files a/doc/Tizen Web Protection Plugin API Specification.pdf and b/doc/Tizen Web Protection Plugin API Specification.pdf differ diff --git a/framework/TWPImpl.h b/framework/TWPImpl.h index 1fa4688..7eaf9c0 100644 --- a/framework/TWPImpl.h +++ b/framework/TWPImpl.h @@ -189,8 +189,7 @@ typedef enum TWP_OverallRiskHigh = 130, TWP_OverallRiskMedium = 131, TWP_OverallRiskMinimal = 132, - TWP_OverallRiskUnverified = 137, - TWP_OverallMcAfeeSecure = 138, + TWP_OverallRiskUnverified = 137, TWP_LastAttributePlaceholder = 160, } TWPCategories;