Index: chrome/test/data/extensions/api_test/networking/background.js |
diff --git a/chrome/test/data/extensions/activity_log/google_cs.js b/chrome/test/data/extensions/api_test/networking/background.js |
similarity index 79% |
copy from chrome/test/data/extensions/activity_log/google_cs.js |
copy to chrome/test/data/extensions/api_test/networking/background.js |
index acd9bbb813b86c126c3cb640ec5acf47aab528c1..b1956820ca9ebf021eb1738036f8023800d6b6ea 100644 |
--- a/chrome/test/data/extensions/activity_log/google_cs.js |
+++ b/chrome/test/data/extensions/api_test/networking/background.js |
@@ -2,4 +2,6 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-document.write("g o o g l e"); |
+chrome.tabs.create({ |
+ url: "test.html" |
+}); |