| Index: chrome/browser/resources/task_manager/main.js
|
| diff --git a/chrome/browser/resources/task_manager/main.js b/chrome/browser/resources/task_manager/main.js
|
| index 8715383869f1d08eac8afeeacb04614364b3b764..f5f4b516bf39774d5dc320d0ac47b0aac8081fb1 100644
|
| --- a/chrome/browser/resources/task_manager/main.js
|
| +++ b/chrome/browser/resources/task_manager/main.js
|
| @@ -93,9 +93,8 @@ TaskManager.prototype = {
|
| * Sends command to initiate resource inspection.
|
| * @public
|
| */
|
| - inspect: function (resourceIndex, event) {
|
| - event.stopPropagation();
|
| - chrome.send('inspect', [resourceIndex]);
|
| + inspect: function (uniqueId) {
|
| + chrome.send('inspect', [uniqueId]);
|
| },
|
|
|
| /**
|
|
|