| Index: chrome/browser/chromeos/drive/file_write_watcher.h
|
| diff --git a/chrome/browser/chromeos/drive/file_write_watcher.h b/chrome/browser/chromeos/drive/file_write_watcher.h
|
| index 91c947d7c5e1ec8220d89b8cd61bf62fe0b0ca0e..13523df4a88107a8a88ba5a3408f3a22e9e63fbe 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);
|
|
|