Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(35)

Unified Diff: chrome/browser/chromeos/arc/arc_downloads_watcher_service.h

Issue 2320453002: arc: Fix thread unsafe behavior of ArcDownloadsWatcherService (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/arc_downloads_watcher_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/arc/arc_downloads_watcher_service.h
diff --git a/chrome/browser/chromeos/arc/arc_downloads_watcher_service.h b/chrome/browser/chromeos/arc/arc_downloads_watcher_service.h
index 24198e6f14f6bde27c090db2d764d74cb55a90e7..6b1ab3728f3fbbc1b36e54024b4710bfa0ee239c 100644
--- a/chrome/browser/chromeos/arc/arc_downloads_watcher_service.h
+++ b/chrome/browser/chromeos/arc/arc_downloads_watcher_service.h
@@ -41,7 +41,7 @@ class ArcDownloadsWatcherService
void StartWatchingDownloads();
void StopWatchingDownloads();
- void OnDownloadsChanged(const std::vector<base::FilePath>& paths);
+ void OnDownloadsChanged(mojo::Array<mojo::String> paths);
std::unique_ptr<DownloadsWatcher> watcher_;
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/arc_downloads_watcher_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698