| Index: chrome/browser/devtools/devtools_ui_bindings.cc
|
| diff --git a/chrome/browser/devtools/devtools_ui_bindings.cc b/chrome/browser/devtools/devtools_ui_bindings.cc
|
| index 982842db17ca0f9d74691d4c97b0eef1240385c2..e45257429516ef75a2124ccf6c91fc24b8282c0b 100644
|
| --- a/chrome/browser/devtools/devtools_ui_bindings.cc
|
| +++ b/chrome/browser/devtools/devtools_ui_bindings.cc
|
| @@ -573,6 +573,8 @@ void DevToolsUIBindings::IndexPath(int request_id,
|
| IndexingDone(request_id, file_system_path);
|
| return;
|
| }
|
| + if (indexing_jobs_.count(request_id) != 0)
|
| + return;
|
| indexing_jobs_[request_id] =
|
| scoped_refptr<DevToolsFileSystemIndexer::FileSystemIndexingJob>(
|
| file_system_indexer_->IndexPath(
|
|
|