diff options
author | felt@chromium.org <felt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-31 19:41:28 +0000 |
---|---|---|
committer | felt@chromium.org <felt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-31 19:41:28 +0000 |
commit | b81a50fa61d811200912005f17732f947cfe18a2 (patch) | |
tree | e66323061f6b0bd0a7a015fdfd309a38fb21b575 /chrome/browser/browser_resources.grd | |
parent | 364803cebd77ab46bef9c5314d682021768d0e82 (diff) | |
download | chromium_src-b81a50fa61d811200912005f17732f947cfe18a2.zip chromium_src-b81a50fa61d811200912005f17732f947cfe18a2.tar.gz chromium_src-b81a50fa61d811200912005f17732f947cfe18a2.tar.bz2 |
Delete the Safe Browsing V1 interstitial
This fully deprecates the Safe Browsing V1 interstitial. In order to do that, the multi-threat interstitial is upgraded from V1 to V3. This is done by showing the malware warning (since it's scarier) when there is a multi-threat match.
BUG=160336, 346120
R=mattm@chromium.org
TBR=jhawkins@chromium.org
Review URL: https://codereview.chromium.org/419773007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286868 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_resources.grd')
-rw-r--r-- | chrome/browser/browser_resources.grd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd index 8be80db..b79ec4d 100644 --- a/chrome/browser/browser_resources.grd +++ b/chrome/browser/browser_resources.grd @@ -272,7 +272,6 @@ </if> <include name="IDR_PROFILER_HTML" file="resources\profiler\profiler.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> <include name="IDR_PROFILER_JS" file="resources\profiler\profiler.js" flattenhtml="true" type="BINDATA" /> - <include name="IDR_SAFE_BROWSING_MULTIPLE_THREAT_BLOCK" file="resources\safe_browsing_multiple_threat_block.html" flattenhtml="true" type="BINDATA" /> <if expr="enable_settings_app"> <include name="IDR_SETTINGS_APP_MANIFEST" file="resources\settings_app\manifest.json" type="BINDATA" /> </if> |