summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.gyp
diff options
context:
space:
mode:
authorestark <estark@chromium.org>2015-09-16 12:07:41 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-16 19:08:45 +0000
commitb190625ff4c71c98ba468b5c01746c2c10e30340 (patch)
treeb2388ea4335c9854f23ec813744b6eaa736b28c9 /chrome/chrome.gyp
parentaff6ccdc33a1a35b1398b6206e240235fff8d76c (diff)
downloadchromium_src-b190625ff4c71c98ba468b5c01746c2c10e30340.zip
chromium_src-b190625ff4c71c98ba468b5c01746c2c10e30340.tar.gz
chromium_src-b190625ff4c71c98ba468b5c01746c2c10e30340.tar.bz2
(Reland) Refactor connection_security into SecurityStateModel
This is a reland of https://codereview.chromium.org/1314843007/ Compared to the original commit, this reland caches the relevant parts of the visible navigation entry in the SecurityStateModel, so that the model doesn't have to be notified on navigation changes. This fixes bugs in the original commit caused by not notifying the model properly on navigation state changes. I've removed now-unnecessary changes in WebContentsDelegates, and added additional SecurityStateModel tests. BUG=528034,529872,529664 TBR=avi@chromium.org,sky@chromium.org,tedchoc@chromium.org,dzhioev@chromium.org Review URL: https://codereview.chromium.org/1310833006 Cr-Commit-Position: refs/heads/master@{#349181}
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r--chrome/chrome.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 900280c..c01c555 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -575,7 +575,7 @@
'chrome_resources.gyp:chrome_strings',
'chrome_strings_grd',
'chrome_version_java',
- 'connection_security_security_levels_java',
+ 'connection_security_levels_java',
'connectivity_check_result_java',
'document_tab_model_info_proto_java',
'infobar_action_type_java',