|
|
Clean up the file dev interfaces. The combination of some dev and some non
dev interfaces in various places makes it impossible to compile some code.
This makes the dev versions typedefs which should avoid breaking most (though
not all) users. It also converts the file chooser to using the non-dev version
of file ref.
TEST=it compiles
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=92725
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+73 lines, -667 lines) |
Patch |
 |
M |
ppapi/c/dev/pp_file_info_dev.h
|
View
|
1
|
1 chunk |
+4 lines, -27 lines |
0 comments
|
Download
|
 |
M |
ppapi/c/dev/ppb_file_io_dev.h
|
View
|
1
|
1 chunk |
+2 lines, -106 lines |
0 comments
|
Download
|
 |
M |
ppapi/c/dev/ppb_file_ref_dev.h
|
View
|
|
1 chunk |
+2 lines, -68 lines |
0 comments
|
Download
|
 |
M |
ppapi/c/dev/ppb_file_system_dev.h
|
View
|
|
1 chunk |
+2 lines, -34 lines |
0 comments
|
Download
|
 |
M |
ppapi/cpp/dev/file_chooser_dev.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ppapi/cpp/dev/file_chooser_dev.cc
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ppapi/cpp/dev/file_io_dev.h
|
View
|
|
1 chunk |
+2 lines, -38 lines |
0 comments
|
Download
|
 |
D |
ppapi/cpp/dev/file_io_dev.cc
|
View
|
|
1 chunk |
+0 lines, -110 lines |
0 comments
|
Download
|
 |
M |
ppapi/cpp/dev/file_ref_dev.h
|
View
|
1
|
1 chunk |
+2 lines, -52 lines |
0 comments
|
Download
|
 |
D |
ppapi/cpp/dev/file_ref_dev.cc
|
View
|
|
1 chunk |
+0 lines, -114 lines |
0 comments
|
Download
|
 |
M |
ppapi/cpp/dev/file_system_dev.h
|
View
|
1
|
1 chunk |
+2 lines, -18 lines |
0 comments
|
Download
|
 |
D |
ppapi/cpp/dev/file_system_dev.cc
|
View
|
|
1 chunk |
+0 lines, -40 lines |
0 comments
|
Download
|
 |
M |
ppapi/examples/file_chooser/file_chooser.cc
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ppapi/ppapi_cpp.gypi
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ppapi/tests/test_file_io.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ppapi/tests/test_file_io.cc
|
View
|
|
31 chunks |
+43 lines, -43 lines |
1 comment
|
Download
|
 |
M |
ppapi/tests/test_file_system.cc
|
View
|
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|