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

Unified Diff: ppapi/cpp/completion_callback.h

Issue 7616014: ppapi: fix outdated comment in cpp header. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 9 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/completion_callback.h
===================================================================
--- ppapi/cpp/completion_callback.h (revision 96420)
+++ ppapi/cpp/completion_callback.h (working copy)
@@ -193,8 +193,7 @@
// CompletionCallback to a PPAPI method, the method does not return
// PP_OK_COMPLETIONPENDING, then you should manually call the
// CompletionCallback's Run method, or memory will be leaked.
- // NewCallback() is equivalent to NewOptionalCallback().
- // TODO(polina): update this comment when this is no longer true.
+ // NewCallback() is equivalent to NewRequiredCallback().
template <typename Method>
CompletionCallback NewCallback(Method method) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698