summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/file_system_provider/operations/truncate.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/chromeos/file_system_provider/operations/truncate.cc')
-rw-r--r--chrome/browser/chromeos/file_system_provider/operations/truncate.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/chromeos/file_system_provider/operations/truncate.cc b/chrome/browser/chromeos/file_system_provider/operations/truncate.cc
index cd5cdcf..38b82fc 100644
--- a/chrome/browser/chromeos/file_system_provider/operations/truncate.cc
+++ b/chrome/browser/chromeos/file_system_provider/operations/truncate.cc
@@ -41,6 +41,7 @@ bool Truncate::Execute(int request_id) {
return SendEvent(
request_id,
+ extensions::events::FILE_SYSTEM_PROVIDER_ON_TRUNCATE_REQUESTED,
extensions::api::file_system_provider::OnTruncateRequested::kEventName,
extensions::api::file_system_provider::OnTruncateRequested::Create(
options));