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

Unified Diff: net/http/disk_cache_based_ssl_host_info.h

Issue 7065045: Fix nits related to SSLHostInfo. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 7 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 | « no previous file | net/http/disk_cache_based_ssl_host_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/disk_cache_based_ssl_host_info.h
===================================================================
--- net/http/disk_cache_based_ssl_host_info.h (revision 86506)
+++ net/http/disk_cache_based_ssl_host_info.h (working copy)
@@ -93,11 +93,11 @@
int DoWrite();
int DoCreate();
- // WaitForDataReadyDone is the terminal state of the read operation.
- int WaitForDataReadyDone();
+ // DoWaitForDataReadyDone is the terminal state of the read operation.
+ int DoWaitForDataReadyDone();
- // SetDone is the terminal state of the write operation.
- int SetDone();
+ // DoSetDone is the terminal state of the write operation.
+ int DoSetDone();
// IsCallbackPending returns true if we have a pending callback.
bool IsCallbackPending() const;
« no previous file with comments | « no previous file | net/http/disk_cache_based_ssl_host_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698