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

Unified Diff: content/browser/bad_message.h

Issue 2239273002: Don't use SSLStatus from FrameHostMsg_DidCommitProvisionalLoad and instead cache it on the browser … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 4 years, 4 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/bad_message.h
diff --git a/content/browser/bad_message.h b/content/browser/bad_message.h
index b714568539a7674fc137794aac41087e147e4456..35416179e2cf6f4f2f208d4b19db7af811dedc66 100644
--- a/content/browser/bad_message.h
+++ b/content/browser/bad_message.h
@@ -113,7 +113,7 @@ enum BadMessageReason {
SWDH_UNREGISTER_BAD_REGISTRATION_ID = 89,
BDH_INVALID_WRITE_VALUE_LENGTH = 90,
WC_MEMORY_CACHE_RESOURCE_BAD_SECURITY_INFO = 91, // obsolete; no longer used
- WC_RENDERER_DID_NAVIGATE_BAD_SECURITY_INFO = 92,
+ WC_RENDERER_DID_NAVIGATE_BAD_SECURITY_INFO = 92, // obsolete; no longer used
OBSOLETE_BDH_DUPLICATE_REQUEST_DEVICE_ID = 93,
CSDH_INVALID_ORIGIN = 94,
RDH_ILLEGAL_ORIGIN = 95,

Powered by Google App Engine
This is Rietveld 408576698