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

Side by Side 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: Upload after merge 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 document.write("g o o g l e"); 5 chrome.tabs.create({
6 url: "test.html"
7 });
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698