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

Unified Diff: content/renderer/context_menu_params_builder.cc

Issue 2153673002: Remove some dead code related to SSLStatus in the renderer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/renderer/context_menu_params_builder.cc
diff --git a/content/renderer/context_menu_params_builder.cc b/content/renderer/context_menu_params_builder.cc
index 12ff2ad9fd7ddbc31713cf266330f52a50025d46..2a0f66d7bf4447dc5be571d7b4f89599075f19fa 100644
--- a/content/renderer/context_menu_params_builder.cc
+++ b/content/renderer/context_menu_params_builder.cc
@@ -6,7 +6,6 @@
#include <stddef.h>
-#include "content/common/ssl_status_serialization.h"
#include "content/public/common/context_menu_params.h"
#include "content/public/renderer/content_renderer_client.h"
#include "content/renderer/history_serialization.h"
@@ -63,10 +62,6 @@ ContextMenuParams ContextMenuParamsBuilder::Build(
params.link_text = data.linkText;
- // Deserialize the SSL info.
- if (!data.securityInfo.isEmpty())
- CHECK(DeserializeSecurityInfo(data.securityInfo, &params.security_info));
-
return params;
}
« no previous file with comments | « content/public/common/context_menu_params.h ('k') | third_party/WebKit/Source/web/ContextMenuClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698