diff options
author | felt@chromium.org <felt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-03 08:57:01 +0000 |
---|---|---|
committer | felt@chromium.org <felt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-03 08:57:01 +0000 |
commit | b549bf86a16f3d43046211c9501adc973c6c41a6 (patch) | |
tree | 899468247c4c83adb36ecb5e98848fcf023da6a6 /chrome/browser/browser_resources.grd | |
parent | 15f537ee0942ee5211a88220876605488dcdd822 (diff) | |
download | chromium_src-b549bf86a16f3d43046211c9501adc973c6c41a6.zip chromium_src-b549bf86a16f3d43046211c9501adc973c6c41a6.tar.gz chromium_src-b549bf86a16f3d43046211c9501adc973c6c41a6.tar.bz2 |
This adds the new SSL interstitial (text & layout) behind a Finch flag.
Once complete, this layout will have common parts factored out so that it can be shared across other similar interstitials. (E.g., malware.) But that day is not today.
For now, this is behind a Finch flag with the old interstitial running as default. The two will trade places when this version (v2) is launched.
BUG=331453
TBR=thestig@chromium.org
Review URL: https://codereview.chromium.org/294343004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274440 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, 1 insertions, 0 deletions
diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd index f920f73..56fc8ce 100644 --- a/chrome/browser/browser_resources.grd +++ b/chrome/browser/browser_resources.grd @@ -72,6 +72,7 @@ <structure name="IDR_NETWORK_CONFIG_JS" file="resources\chromeos\network\network_config.js" flattenhtml="true" type="chrome_html" /> </if> <structure name="IDR_READER_OUT_OF_DATE_HTML" file="resources\reader_out_of_date.html" flattenhtml="true" type="chrome_html" /> + <structure name="IRD_SSL_OVERRIDABLE_V2_HTML" file="resources\ssl\overridable_v2.html" flattenhtml="true" type="chrome_html" /> <structure name="IDR_SSL_ROAD_BLOCK_HTML" file="resources\ssl\roadblock.html" flattenhtml="true" type="chrome_html" /> <structure name="IDR_SSL_BLOCKING_HTML" file="resources\ssl\blocking.html" flattenhtml="true" type="chrome_html" /> <structure name="IDR_SAFE_BROWSING_MALWARE_BLOCK_V2" file="resources\safe_browsing\malware_block_v2.html" flattenhtml="true" type="chrome_html" /> |