|
Add drive::FileSystem::GetFileByPathForSaving().
This is a part of the effort to enable Drive in the Save-As dialog of
Chrome OS for every call site. For that, we need to care about existing
callers that just simply write to local file paths returned by the dialog.
By calling the newly added method, Drive file system will return a local
cache whose modification is monitored for syncing.
BUG= 140425
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=216377
Total comments: 12
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+450 lines, -7 lines) |
Patch |
 |
M |
chrome/browser/chromeos/drive/dummy_file_system.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/drive/fake_file_system.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/drive/fake_file_system.cc
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/drive/file_system.h
|
View
|
1
2
|
3 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/drive/file_system.cc
|
View
|
1
|
3 chunks |
+17 lines, -1 line |
0 comments
|
Download
|
 |
A |
chrome/browser/chromeos/drive/file_system/get_file_for_saving_operation.h
|
View
|
1
|
1 chunk |
+92 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/chromeos/drive/file_system/get_file_for_saving_operation.cc
|
View
|
|
1 chunk |
+146 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/chromeos/drive/file_system/get_file_for_saving_operation_unittest.cc
|
View
|
1
|
1 chunk |
+158 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/drive/file_system/operation_test_base.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/drive/file_system/operation_test_base.cc
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/drive/file_system_interface.h
|
View
|
1
2
|
1 chunk |
+13 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/drive/file_write_watcher.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser_chromeos.gypi
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests_unit.gypi
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 7 (0 generated)
|