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

Unified Diff: chrome/browser/chromeos/arc/fileapi/arc_documents_provider_root.h

Issue 2726373002: mediaview: Hack to avoid Files app to freeze soon after login. (Closed)
Patch Set: Review ready. Created 3 years, 9 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
Index: chrome/browser/chromeos/arc/fileapi/arc_documents_provider_root.h
diff --git a/chrome/browser/chromeos/arc/fileapi/arc_documents_provider_root.h b/chrome/browser/chromeos/arc/fileapi/arc_documents_provider_root.h
index d2afb37f48a950f686c82c3bd9fdde2a1e55e71a..ea13bb4087bc76d71a8f7dd93193446efbbb30ba 100644
--- a/chrome/browser/chromeos/arc/fileapi/arc_documents_provider_root.h
+++ b/chrome/browser/chromeos/arc/fileapi/arc_documents_provider_root.h
@@ -146,12 +146,10 @@ class ArcDocumentsProviderRoot : public ArcFileSystemOperationRunner::Observer {
void AddWatcherWithDocumentId(const base::FilePath& path,
const WatcherCallback& watcher_callback,
- const StatusCallback& callback,
const std::string& document_id);
void OnWatcherAdded(const base::FilePath& path,
- const StatusCallback& callback,
int64_t watcher_id);
- void OnWatcherAddedButRemoved(const StatusCallback& callback, bool success);
+ void OnWatcherAddedButRemoved(bool success);
void OnWatcherRemoved(const StatusCallback& callback, bool success);

Powered by Google App Engine
This is Rietveld 408576698