|
[fsp] Use auto generated methods for generating dictionaries.
Instead of manually constructing base::Value for event invocation, we should
use code generated from IDL just designed for that.
TEST=browser_test, unit_tests: *FileSystemProvider*
BUG= 403673
Committed: https://crrev.com/091a0ad7d6a97b503e91389588eb544da4946e33
Cr-Commit-Position: refs/heads/master@{#294502}
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+292 lines, -313 lines) |
Patch |
 |
M |
chrome/browser/chromeos/file_system_provider/operations/abort.cc
|
View
|
|
1 chunk |
+7 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/file_system_provider/operations/abort_unittest.cc
|
View
|
1
|
2 chunks |
+9 lines, -14 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/file_system_provider/operations/close_file.cc
|
View
|
|
1 chunk |
+8 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/file_system_provider/operations/close_file_unittest.cc
|
View
|
1
|
2 chunks |
+9 lines, -13 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/file_system_provider/operations/copy_entry.cc
|
View
|
|
1 chunk |
+9 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/file_system_provider/operations/copy_entry_unittest.cc
|
View
|
1
|
2 chunks |
+10 lines, -17 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/file_system_provider/operations/create_directory.cc
|
View
|
|
1 chunk |
+13 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/file_system_provider/operations/create_directory_unittest.cc
|
View
|
1
|
2 chunks |
+11 lines, -17 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/file_system_provider/operations/create_file.cc
|
View
|
|
1 chunk |
+8 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/file_system_provider/operations/create_file_unittest.cc
|
View
|
1
|
2 chunks |
+10 lines, -13 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/file_system_provider/operations/delete_entry.cc
|
View
|
|
1 chunk |
+9 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/file_system_provider/operations/delete_entry_unittest.cc
|
View
|
1
|
2 chunks |
+11 lines, -17 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/file_system_provider/operations/get_metadata.cc
|
View
|
|
1 chunk |
+10 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/file_system_provider/operations/get_metadata_unittest.cc
|
View
|
1
|
2 chunks |
+11 lines, -17 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/file_system_provider/operations/move_entry.cc
|
View
|
|
1 chunk |
+9 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/file_system_provider/operations/move_entry_unittest.cc
|
View
|
1
|
2 chunks |
+10 lines, -17 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/file_system_provider/operations/open_file.cc
|
View
|
|
1 chunk |
+11 lines, -11 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/file_system_provider/operations/open_file_unittest.cc
|
View
|
1
|
2 chunks |
+11 lines, -20 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/file_system_provider/operations/operation.h
|
View
|
1
|
2 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/file_system_provider/operations/operation.cc
|
View
|
|
1 chunk |
+1 line, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/file_system_provider/operations/read_directory.cc
|
View
|
|
1 chunk |
+13 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/file_system_provider/operations/read_directory_unittest.cc
|
View
|
1
|
2 chunks |
+10 lines, -13 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/file_system_provider/operations/read_file.cc
|
View
|
|
1 chunk |
+11 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/file_system_provider/operations/read_file_unittest.cc
|
View
|
1
|
2 chunks |
+11 lines, -21 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/file_system_provider/operations/truncate.cc
|
View
|
|
1 chunk |
+9 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/file_system_provider/operations/truncate_unittest.cc
|
View
|
1
|
2 chunks |
+10 lines, -17 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/file_system_provider/operations/unmount.cc
|
View
|
|
1 chunk |
+8 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/file_system_provider/operations/unmount_unittest.cc
|
View
|
|
2 chunks |
+8 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/file_system_provider/operations/write_file.cc
|
View
|
|
1 chunk |
+13 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/file_system_provider/operations/write_file_unittest.cc
|
View
|
1
|
2 chunks |
+11 lines, -25 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/file_system_provider.idl
|
View
|
|
1 chunk |
+8 lines, -5 lines |
0 comments
|
Download
|
Total messages: 24 (9 generated)
|