Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(375)

Unified Diff: chrome/browser/browser.scons

Issue 20296: Remember that we've white listed a certificate when we switch to a new tab.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/browser.vcproj » ('j') | chrome/browser/profile.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser.scons
===================================================================
--- chrome/browser/browser.scons (revision 9212)
+++ chrome/browser/browser.scons (working copy)
@@ -629,6 +629,8 @@
'ssl/ssl_blocking_page.h',
'ssl/ssl_error_info.cc',
'ssl/ssl_error_info.h',
+ 'ssl/ssl_host_state.cc',
+ 'ssl/ssl_host_state.h',
'ssl/ssl_manager.cc',
'ssl/ssl_manager.h',
'ssl/ssl_policy.cc',
@@ -771,6 +773,7 @@
'sessions/tab_restore_service.cc',
'shell_integration.cc',
'ssl/ssl_blocking_page.cc',
+ 'ssl/ssl_host_state.cc',
'ssl/ssl_manager.cc',
'ssl/ssl_policy.cc',
'tab_contents/infobar_delegate.cc',
@@ -920,6 +923,7 @@
'search_engines/template_url_prepopulate_data.cc',
'ssl/ssl_blocking_page.cc',
'ssl/ssl_error_info.cc',
+ 'ssl/ssl_host_state.cc',
'ssl/ssl_manager.cc',
'ssl/ssl_policy.cc',
'tab_contents/interstitial_page.cc',
« no previous file with comments | « no previous file | chrome/browser/browser.vcproj » ('j') | chrome/browser/profile.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698