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

Unified Diff: tools/telemetry/unittest_data/simple_app/background.js

Issue 304773003: Add support for GetByExtensionId (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: support for multiple extension contexts Created 6 years, 7 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: tools/telemetry/unittest_data/simple_app/background.js
diff --git a/tools/telemetry/unittest_data/autotest_ext/background.js b/tools/telemetry/unittest_data/simple_app/background.js
similarity index 67%
copy from tools/telemetry/unittest_data/autotest_ext/background.js
copy to tools/telemetry/unittest_data/simple_app/background.js
index 1513ac09fac4e3587b7fc8195ccbb8bd60a0d229..01412a36126eb56c1ba0af14e6b69d76003dba6d 100644
--- a/tools/telemetry/unittest_data/autotest_ext/background.js
+++ b/tools/telemetry/unittest_data/simple_app/background.js
@@ -2,3 +2,5 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+chrome.app.window.create('main.html');
+chrome.app.window.create('second.html');
« no previous file with comments | « tools/telemetry/telemetry/core/extension_unittest.py ('k') | tools/telemetry/unittest_data/simple_app/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698