|
Notify CloseFile from Pepper to FileSystem.
Remote filesystems need to know when a plugin finished
updating a local cache file in order to commit the change.
This CL is to wire the notification of file close between
the two components.
Since writable OpenFile is not yet implemented for remote filesystem,
the CL itself should not cause behavior change.
BUG= 132236
TEST=browser_tests --gtest_filter='*FileIO*'
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=145856
Total comments: 12
Total comments: 8
Total comments: 15
Total comments: 4
Total comments: 2
Total comments: 12
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+209 lines, -66 lines) |
Patch |
 |
M |
chrome/browser/chromeos/gdata/gdata_file_system_proxy.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/gdata/gdata_file_system_proxy.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/fileapi/fileapi_message_filter.h
|
View
|
1
2
3
4
|
4 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/fileapi/fileapi_message_filter.cc
|
View
|
1
2
3
4
5
|
5 chunks |
+38 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/common/fileapi/file_system_dispatcher.h
|
View
|
1
2
3
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/common/fileapi/file_system_dispatcher.cc
|
View
|
1
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/common/fileapi/file_system_messages.h
|
View
|
1
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/pepper_plugin_delegate_impl.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/pepper_plugin_delegate_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+70 lines, -54 lines |
0 comments
|
Download
|
 |
M |
webkit/chromeos/fileapi/remote_file_system_operation.h
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/chromeos/fileapi/remote_file_system_operation.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/chromeos/fileapi/remote_file_system_proxy.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/file_system_operation.h
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/file_system_operation.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/file_system_operation_interface.h
|
View
|
1
2
3
4
5
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/mock_plugin_delegate.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/mock_plugin_delegate.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/plugin_delegate.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+15 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/ppb_file_io_impl.h
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/ppb_file_io_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
4 chunks |
+16 lines, -4 lines |
0 comments
|
Download
|
Total messages: 33 (0 generated)
|