|
Revert 277929 "[fsp] Cleanup handling errors for operation reque..."
> [fsp] Cleanup handling errors for operation requests.
>
> This CL removes redundant internal functions which are identical, and replaces
> them with one.
>
> Moreover, the new general purpose error API function, passes now the entire
> value to the request manager. This is because, very soon, we are going to
> pass extra information with every error and success responses and we want to
> have access to them in the RequestManager.
>
> NOTRY=true
> TEST=unit_tests, browser_tests: *FileSystemProvider*
> BUG= 373165, 384201
>
> Review URL: https://codereview.chromium.org/335753004
TBR=mtomasz@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=278186
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+241 lines, -161 lines) |
Patch |
 |
M |
trunk/src/chrome/browser/chromeos/extensions/file_system_provider/file_system_provider_api.h
|
View
|
|
6 chunks |
+64 lines, -4 lines |
0 comments
|
Download
|
 |
M |
trunk/src/chrome/browser/chromeos/extensions/file_system_provider/file_system_provider_api.cc
|
View
|
|
6 chunks |
+52 lines, -5 lines |
0 comments
|
Download
|
 |
M |
trunk/src/chrome/browser/chromeos/extensions/file_system_provider/provider_function.h
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
trunk/src/chrome/browser/chromeos/extensions/file_system_provider/provider_function.cc
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
trunk/src/chrome/browser/chromeos/file_system_provider/operations/close_file.h
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
trunk/src/chrome/browser/chromeos/file_system_provider/operations/close_file.cc
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
trunk/src/chrome/browser/chromeos/file_system_provider/operations/close_file_unittest.cc
|
View
|
|
3 chunks |
+7 lines, -3 lines |
0 comments
|
Download
|
 |
M |
trunk/src/chrome/browser/chromeos/file_system_provider/operations/get_metadata.h
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
trunk/src/chrome/browser/chromeos/file_system_provider/operations/get_metadata.cc
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
trunk/src/chrome/browser/chromeos/file_system_provider/operations/get_metadata_unittest.cc
|
View
|
|
3 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
M |
trunk/src/chrome/browser/chromeos/file_system_provider/operations/open_file.h
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
trunk/src/chrome/browser/chromeos/file_system_provider/operations/open_file.cc
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
trunk/src/chrome/browser/chromeos/file_system_provider/operations/open_file_unittest.cc
|
View
|
|
3 chunks |
+7 lines, -3 lines |
0 comments
|
Download
|
 |
M |
trunk/src/chrome/browser/chromeos/file_system_provider/operations/operation.h
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
trunk/src/chrome/browser/chromeos/file_system_provider/operations/read_directory.h
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
trunk/src/chrome/browser/chromeos/file_system_provider/operations/read_directory.cc
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
trunk/src/chrome/browser/chromeos/file_system_provider/operations/read_directory_unittest.cc
|
View
|
|
3 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
M |
trunk/src/chrome/browser/chromeos/file_system_provider/operations/read_file.h
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
trunk/src/chrome/browser/chromeos/file_system_provider/operations/read_file.cc
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
trunk/src/chrome/browser/chromeos/file_system_provider/operations/read_file_unittest.cc
|
View
|
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
trunk/src/chrome/browser/chromeos/file_system_provider/operations/unmount.h
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
trunk/src/chrome/browser/chromeos/file_system_provider/operations/unmount.cc
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
trunk/src/chrome/browser/chromeos/file_system_provider/operations/unmount_unittest.cc
|
View
|
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
trunk/src/chrome/browser/chromeos/file_system_provider/request_manager.h
|
View
|
|
2 chunks |
+2 lines, -6 lines |
0 comments
|
Download
|
 |
M |
trunk/src/chrome/browser/chromeos/file_system_provider/request_manager.cc
|
View
|
|
3 chunks |
+6 lines, -10 lines |
0 comments
|
Download
|
 |
M |
trunk/src/chrome/browser/chromeos/file_system_provider/request_manager_unittest.cc
|
View
|
|
8 chunks |
+12 lines, -26 lines |
0 comments
|
Download
|
 |
M |
trunk/src/chrome/browser/chromeos/file_system_provider/request_value.h
|
View
|
|
3 chunks |
+0 lines, -12 lines |
0 comments
|
Download
|
 |
M |
trunk/src/chrome/browser/chromeos/file_system_provider/request_value.cc
|
View
|
|
1 chunk |
+0 lines, -8 lines |
0 comments
|
Download
|
 |
M |
trunk/src/chrome/common/extensions/api/file_system_provider_internal.idl
|
View
|
|
4 chunks |
+38 lines, -4 lines |
0 comments
|
Download
|
 |
M |
trunk/src/chrome/renderer/resources/extensions/file_system_provider_custom_bindings.js
|
View
|
|
6 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
trunk/src/extensions/browser/extension_function_histogram_value.h
|
View
|
|
4 chunks |
+6 lines, -7 lines |
0 comments
|
Download
|
 |
M |
trunk/src/tools/metrics/histograms/histograms.xml
|
View
|
|
4 chunks |
+6 lines, -11 lines |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|