| Index: chrome/test/data/fast_tab_close/no_listeners.html
|
| diff --git a/chrome/browser/resources/task_manager/measure_time_end.js b/chrome/test/data/fast_tab_close/no_listeners.html
|
| similarity index 67%
|
| copy from chrome/browser/resources/task_manager/measure_time_end.js
|
| copy to chrome/test/data/fast_tab_close/no_listeners.html
|
| index b5b5a4d9aa51d6cec2273e9eaf3eda70394e2e3b..337cb4f5dc4f567c2cdf78f3a0f4e910217cf0ed 100644
|
| --- a/chrome/browser/resources/task_manager/measure_time_end.js
|
| +++ b/chrome/test/data/fast_tab_close/no_listeners.html
|
| @@ -1,5 +1,11 @@
|
| +<!--
|
| // Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
| -
|
| -measureTime.recordInterval('Load.Script');
|
| +-->
|
| +<html>
|
| +<head>
|
| + <title>no_listeners</title>
|
| +</head>
|
| +<body></body>
|
| +</html>
|
|
|