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

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: 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
Index: ppapi/cpp/dev/file_ref_dev.h
===================================================================
--- ppapi/cpp/dev/file_ref_dev.h (revision 74966)
+++ 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);

Powered by Google App Engine
This is Rietveld 408576698