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

Unified Diff: ppapi/cpp/dev/file_ref_dev.h

Issue 6519057: Implement proxying for FileRef and FileChooser.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Fix ppapi tests to account for query change Created 9 years, 10 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 | « ppapi/c/private/ppb_proxy_private.h ('k') | ppapi/cpp/dev/file_ref_dev.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/dev/file_ref_dev.h
===================================================================
--- ppapi/cpp/dev/file_ref_dev.h (revision 75293)
+++ ppapi/cpp/dev/file_ref_dev.h (working copy)
@@ -52,8 +52,6 @@
int32_t MakeDirectoryIncludingAncestors(const CompletionCallback& cc);
- int32_t Query(PP_FileInfo_Dev* result_buf, const CompletionCallback& cc);
-
int32_t Touch(PP_Time last_access_time,
PP_Time last_modified_time,
const CompletionCallback& cc);
« no previous file with comments | « ppapi/c/private/ppb_proxy_private.h ('k') | ppapi/cpp/dev/file_ref_dev.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698