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

Unified Diff: chrome/chrome_browser.gypi

Issue 10916348: Switch SSLTabHelper to use WebContentsUserData. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 3 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 | « chrome/browser/ui/views/ssl_client_certificate_selector.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 2f74f56d401d05914c5c8bbbac405f99b0d86572..710f0bae6d3ea6faa3a0e6f1cb8a9e25174cd1d0 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -1777,9 +1777,11 @@
'browser/ssl/ssl_blocking_page.h',
'browser/ssl/ssl_client_auth_observer.cc',
'browser/ssl/ssl_client_auth_observer.h',
+ 'browser/ssl/ssl_client_certificate_selector.h',
'browser/ssl/ssl_error_info.cc',
'browser/ssl/ssl_error_info.h',
- 'browser/ssl_client_certificate_selector.h',
+ 'browser/ssl/ssl_tab_helper.cc',
+ 'browser/ssl/ssl_tab_helper.h',
'browser/status_icons/desktop_notification_balloon.cc',
'browser/status_icons/desktop_notification_balloon.h',
'browser/status_icons/status_icon.cc',
@@ -1953,8 +1955,6 @@
'browser/tab_contents/render_view_context_menu_observer.cc',
'browser/tab_contents/render_view_context_menu_observer.h',
'browser/tab_contents/retargeting_details.h',
- 'browser/tab_contents/tab_contents_ssl_helper.cc',
- 'browser/tab_contents/tab_contents_ssl_helper.h',
'browser/tab_contents/tab_util.cc',
'browser/tab_contents/tab_util.h',
'browser/tab_contents/thumbnail_generator.cc',
« no previous file with comments | « chrome/browser/ui/views/ssl_client_certificate_selector.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698