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

Unified Diff: chrome/test/data/extensions/api_test/networking/background.js

Issue 11975015: This adds a private extension API to use for simple networking (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed self review nits Created 7 years, 11 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/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"
+});

Powered by Google App Engine
This is Rietveld 408576698