summaryrefslogtreecommitdiffstats
path: root/ppapi/api
diff options
context:
space:
mode:
authordmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-21 07:01:10 +0000
committerdmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-21 07:01:10 +0000
commitfb7ec648730a491a9342fe4200bc5304cd72bbc4 (patch)
tree757e2f6f1a3d6f2e2defc828c6e335ecc05f3122 /ppapi/api
parent102d4efc86b9a546dfba16b9eb781ad2de03bed6 (diff)
downloadchromium_src-fb7ec648730a491a9342fe4200bc5304cd72bbc4.zip
chromium_src-fb7ec648730a491a9342fe4200bc5304cd72bbc4.tar.gz
chromium_src-fb7ec648730a491a9342fe4200bc5304cd72bbc4.tar.bz2
PPAPI: Remove out-dated or unnecessary TODOs from public files.
BUG= TEST= Review URL: http://codereview.chromium.org/9731003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@127918 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/api')
-rw-r--r--ppapi/api/ppb_file_system.idl5
-rw-r--r--ppapi/api/ppb_graphics_2d.idl7
2 files changed, 0 insertions, 12 deletions
diff --git a/ppapi/api/ppb_file_system.idl b/ppapi/api/ppb_file_system.idl
index 20d43bf..1675d30 100644
--- a/ppapi/api/ppb_file_system.idl
+++ b/ppapi/api/ppb_file_system.idl
@@ -52,11 +52,6 @@ interface PPB_FileSystem {
*
* @return An int32_t containing an error code from <code>pp_errors.h</code>.
*/
-
- /*
- * TODO(brettw) clarify whether this must have completed before a file can
- * be opened in it. Clarify what it means to be "completed."
- */
int32_t Open([in] PP_Resource file_system,
[in] int64_t expected_size,
[in] PP_CompletionCallback callback);
diff --git a/ppapi/api/ppb_graphics_2d.idl b/ppapi/api/ppb_graphics_2d.idl
index 0e0649e..938f428 100644
--- a/ppapi/api/ppb_graphics_2d.idl
+++ b/ppapi/api/ppb_graphics_2d.idl
@@ -239,13 +239,6 @@ interface PPB_Graphics2D {
* not issued its callback yet. In the failure case, nothing will be updated
* and no callback will be scheduled.
*/
-
- /* TODO(darin): We should ensure that the completion callback always runs, so
- * that it is easier for consumers to manage memory referenced by a callback.
- *
- * TODO(): Add back in the synchronous mode description once we have support
- * for it.
- */
int32_t Flush(
[in] PP_Resource graphics_2d,
[in] PP_CompletionCallback callback);