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

Unified Diff: chrome/browser/chromeos/file_system_provider/throttled_file_system.cc

Issue 1088883002: Add events for configuring and adding new providers to FSP API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed. Created 5 years, 8 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/file_system_provider/throttled_file_system.cc
diff --git a/chrome/browser/chromeos/file_system_provider/throttled_file_system.cc b/chrome/browser/chromeos/file_system_provider/throttled_file_system.cc
index b0d018fff3247f389768598dddec66e1f102aac4..6679e37dca0f56ee7109b8c3045c448c1a320703 100644
--- a/chrome/browser/chromeos/file_system_provider/throttled_file_system.cc
+++ b/chrome/browser/chromeos/file_system_provider/throttled_file_system.cc
@@ -183,6 +183,11 @@ void ThrottledFileSystem::Notify(
changes.Pass(), tag, callback);
}
+void ThrottledFileSystem::Configure(
+ const storage::AsyncFileUtil::StatusCallback& callback) {
+ return file_system_->Configure(callback);
+}
+
base::WeakPtr<ProvidedFileSystemInterface> ThrottledFileSystem::GetWeakPtr() {
return weak_ptr_factory_.GetWeakPtr();
}
« no previous file with comments | « chrome/browser/chromeos/file_system_provider/throttled_file_system.h ('k') | chrome/chrome_browser_chromeos.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698