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

Unified Diff: content/browser/ssl/ssl_manager.h

Issue 9382037: Move ContextMenuParams struct from webkit/glue to content/public/common. The reasons are: (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix mac Created 8 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
Index: content/browser/ssl/ssl_manager.h
===================================================================
--- content/browser/ssl/ssl_manager.h (revision 121660)
+++ content/browser/ssl/ssl_manager.h (working copy)
@@ -60,18 +60,6 @@
static void NotifySSLInternalStateChanged(
NavigationControllerImpl* controller);
- // Convenience methods for serializing/deserializing the security info.
- static std::string SerializeSecurityInfo(int cert_id,
- net::CertStatus cert_status,
- int security_bits,
- int connection_status);
- CONTENT_EXPORT static bool DeserializeSecurityInfo(
- const std::string& state,
- int* cert_id,
- net::CertStatus* cert_status,
- int* security_bits,
- int* connection_status);
-
// Construct an SSLManager for the specified tab.
// If |delegate| is NULL, SSLPolicy::GetDefaultPolicy() is used.
explicit SSLManager(NavigationControllerImpl* controller);

Powered by Google App Engine
This is Rietveld 408576698