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

Unified Diff: ppapi/api/ppb_file_ref.idl

Issue 7748012: Fix incorrect API version information. (Closed) Base URL: svn://chrome-svn/chrome/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
Index: ppapi/api/ppb_file_ref.idl
===================================================================
--- ppapi/api/ppb_file_ref.idl (revision 98174)
+++ ppapi/api/ppb_file_ref.idl (working copy)
@@ -9,7 +9,6 @@
*/
label Chrome {
- M13 = 0.9,
M14 = 1.0
};
@@ -18,7 +17,6 @@
* a file system. This struct contains a <code>PP_FileSystemType</code>
* identifier and a file path string.
*/
-[version=0.9]
interface PPB_FileRef {
/**
* Create() creates a weak pointer to a file in the given file system. File
« no previous file with comments | « ppapi/api/ppb_file_io.idl ('k') | ppapi/api/ppb_file_system.idl » ('j') | ppapi/c/ppb_instance.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698