Index: third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHostAPI.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHostAPI.js b/third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHostAPI.js |
index 34f20750fc62d5578a4b75c30f6c48d9237f79d1..4b38146d2d03f0db90d6de9482a35c4500e158b1 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHostAPI.js |
+++ b/third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHostAPI.js |
@@ -42,6 +42,7 @@ InspectorFrontendHostAPI.Events = { |
FileSystemsLoaded: "fileSystemsLoaded", |
FileSystemRemoved: "fileSystemRemoved", |
FileSystemAdded: "fileSystemAdded", |
+ FileSystemFilesChanged: "fileSystemFilesChanged", |
FrontendAPIAttached: "frontendAPIAttached", |
FrontendAPIDetached: "frontendAPIDetached", |
IndexingTotalWorkCalculated: "indexingTotalWorkCalculated", |
@@ -73,6 +74,7 @@ InspectorFrontendHostAPI.EventDescriptors = [ |
[InspectorFrontendHostAPI.Events.FileSystemsLoaded, ["fileSystems"]], |
[InspectorFrontendHostAPI.Events.FileSystemRemoved, ["fileSystemPath"]], |
[InspectorFrontendHostAPI.Events.FileSystemAdded, ["errorMessage", "fileSystem"]], |
+ [InspectorFrontendHostAPI.Events.FileSystemFilesChanged, ["paths"]], |
[InspectorFrontendHostAPI.Events.FrontendAPIAttached, ["frontendAPIAttached"]], |
[InspectorFrontendHostAPI.Events.FrontendAPIDetached, ["frontendAPIDetached"]], |
[InspectorFrontendHostAPI.Events.IndexingTotalWorkCalculated, ["requestId", "fileSystemPath", "totalWork"]], |