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

Unified Diff: net/http/disk_cache_based_ssl_host_info.h

Issue 8670009: SSL Host info: Make sure that we can update certificate chains in (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: I Really hate this warning! Created 9 years, 1 month 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: net/http/disk_cache_based_ssl_host_info.h
===================================================================
--- net/http/disk_cache_based_ssl_host_info.h (revision 111204)
+++ net/http/disk_cache_based_ssl_host_info.h (working copy)
@@ -109,6 +109,7 @@
CallbackImpl* callback_;
State state_;
bool ready_;
+ bool found_entry_;
wtc 2011/11/30 00:22:09 The way you use found_entry_ is quite tricky. It
std::string new_data_;
const std::string hostname_;
HttpCache* const http_cache_;
« no previous file with comments | « no previous file | net/http/disk_cache_based_ssl_host_info.cc » ('j') | net/http/disk_cache_based_ssl_host_info.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698