| Index: chrome/test/data/extensions/api_test/webnavigation/test_filtered.js
|
| diff --git a/chrome/test/data/extensions/api_test/webnavigation/test_filtered.js b/chrome/test/data/extensions/api_test/webnavigation/test_filtered.js
|
| index b262b924ca0ea47bcda91646a9d051cf634baad7..66293eaa5d140eee750e7da8b4b8b6ac0cab91dd 100644
|
| --- a/chrome/test/data/extensions/api_test/webnavigation/test_filtered.js
|
| +++ b/chrome/test/data/extensions/api_test/webnavigation/test_filtered.js
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -function runTests() {
|
| +onload = function() {
|
| var getURL = chrome.extension.getURL;
|
| chrome.tabs.create({"url": "about:blank"}, function(tab) {
|
| var tabId = tab.id;
|
| @@ -25,4 +25,4 @@ function runTests() {
|
| }
|
| ]);
|
| });
|
| -}
|
| +};
|
|
|