Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4965)

Unified Diff: chrome/test/data/extensions/api_test/messaging/connect_panel/panel.js

Issue 10965023: [Panels] Provide a tab id for web contents in Panels. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Synced Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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'});

Powered by Google App Engine
This is Rietveld 408576698