diff options
author | kinaba@chromium.org <kinaba@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-08 11:19:57 +0000 |
---|---|---|
committer | kinaba@chromium.org <kinaba@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-08 11:19:57 +0000 |
commit | 67d35b02236148e5b696b38ea9aceb77de9d16a4 (patch) | |
tree | f39da1746850cca8fed0d45749ce0df043f7b585 /chrome/browser/chromeos/drive/file_write_watcher.h | |
parent | 3aacc9c9ec7d8c3124c8263d0f70bcf3c2cb2866 (diff) | |
download | chromium_src-67d35b02236148e5b696b38ea9aceb77de9d16a4.zip chromium_src-67d35b02236148e5b696b38ea9aceb77de9d16a4.tar.gz chromium_src-67d35b02236148e5b696b38ea9aceb77de9d16a4.tar.bz2 |
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
Review URL: https://chromiumcodereview.appspot.com/22335004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216377 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chromeos/drive/file_write_watcher.h')
-rw-r--r-- | chrome/browser/chromeos/drive/file_write_watcher.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/drive/file_write_watcher.h b/chrome/browser/chromeos/drive/file_write_watcher.h index 91c947d..13523df 100644 --- a/chrome/browser/chromeos/drive/file_write_watcher.h +++ b/chrome/browser/chromeos/drive/file_write_watcher.h @@ -46,7 +46,7 @@ class FileWriteWatcher { // 5 seconds has passed after the last write operation is detected. // // TODO(kinaba): investigate the possibility to continuously watch the whole - // cache directory. + // cache directory. http://crbug.com/269424 void StartWatch(const base::FilePath& path, const std::string& resource_id, const StartWatchCallback& callback); |