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

Unified Diff: net/base/test_completion_callback.h

Issue 149182: Merge r17560.... (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/branches/172/src/
Patch Set: Created 11 years, 6 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 | « net/base/file_stream_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/test_completion_callback.h
===================================================================
--- net/base/test_completion_callback.h (revision 19709)
+++ net/base/test_completion_callback.h (working copy)
@@ -38,6 +38,8 @@
return result_;
}
+ bool have_result() const { return have_result_; }
+
private:
virtual void RunWithParams(const Tuple1<int>& params) {
result_ = params.a;
« no previous file with comments | « net/base/file_stream_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698