| Index: chrome/test/data/extensions/api_test/messaging/connect_panel/panel.js
|
| diff --git a/chrome/browser/resources/task_manager/measure_time_end.js b/chrome/test/data/extensions/api_test/messaging/connect_panel/panel.js
|
| similarity index 76%
|
| copy from chrome/browser/resources/task_manager/measure_time_end.js
|
| copy to chrome/test/data/extensions/api_test/messaging/connect_panel/panel.js
|
| index b5b5a4d9aa51d6cec2273e9eaf3eda70394e2e3b..531165b906a222c524ee631172e7c9c66c8d4cc0 100644
|
| --- a/chrome/browser/resources/task_manager/measure_time_end.js
|
| +++ b/chrome/test/data/extensions/api_test/messaging/connect_panel/panel.js
|
| @@ -2,4 +2,4 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -measureTime.recordInterval('Load.Script');
|
| +chrome.extension.connect({name:'test-connection'});
|
|
|