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

Unified Diff: chrome/test/data/extensions/api_test/webnavigation/test_targetBlank.js

Issue 10826157: Check for warnings when loading extensions in browser tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix ExtensionTerminalPrivateApiTest.TerminalTest Created 8 years, 4 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/webnavigation/test_targetBlank.js
diff --git a/chrome/test/data/extensions/api_test/webnavigation/test_targetBlank.js b/chrome/test/data/extensions/api_test/webnavigation/test_targetBlank.js
index e35608749960ed05ee9592b0e7107b93c67921dd..d48cbb7d86f957c81a47bece154ae691480d2ee6 100644
--- a/chrome/test/data/extensions/api_test/webnavigation/test_targetBlank.js
+++ b/chrome/test/data/extensions/api_test/webnavigation/test_targetBlank.js
@@ -2,8 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-function runTests() {
- var getURL = chrome.extension.getURL;
+onload = function() {
var URL_LOAD =
"http://127.0.0.1:PORT/files/extensions/api_test/webnavigation/targetBlank/a.html";
var URL_TARGET =
@@ -102,4 +101,4 @@ function runTests() {
]);
});
});
-}
+};

Powered by Google App Engine
This is Rietveld 408576698