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

Unified Diff: content/content_browser.gypi

Issue 9691003: Add Content API around CertStore. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix clang Created 8 years, 9 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 | « content/browser/renderer_host/resource_dispatcher_host_impl.cc ('k') | content/public/browser/cert_store.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
===================================================================
--- content/content_browser.gypi (revision 126145)
+++ content/content_browser.gypi (working copy)
@@ -42,6 +42,7 @@
'public/browser/browser_shutdown.h',
'public/browser/browser_thread.h',
'public/browser/browser_thread_delegate.h',
+ 'public/browser/cert_store.h',
'public/browser/child_process_data.h',
'public/browser/child_process_security_policy.h',
'public/browser/content_browser_client.h',
@@ -186,8 +187,8 @@
'browser/browser_url_handler.h',
'browser/browsing_instance.cc',
'browser/browsing_instance.h',
- 'browser/cert_store.cc',
- 'browser/cert_store.h',
+ 'browser/cert_store_impl.cc',
+ 'browser/cert_store_impl.h',
'browser/child_process_launcher.cc',
'browser/child_process_launcher.h',
'browser/child_process_security_policy_impl.cc',
« no previous file with comments | « content/browser/renderer_host/resource_dispatcher_host_impl.cc ('k') | content/public/browser/cert_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698