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" |
+}); |
not at google - send to devlin
2013/01/23 22:37:52
Is there a reason the test can't be entirely run f
Greg Spencer (Chromium)
2013/01/31 16:40:36
No. Done.
Greg Spencer (Chromium)
2013/01/31 16:43:01
[Whoops, forgot to change this comment before publ
not at google - send to devlin
2013/02/01 19:09:42
I think it will work, it's a matter of making the
Greg Spencer (Chromium)
2013/02/01 23:35:55
Huh, well I tried it again (before making your oth
|