Index: chrome/test/data/extensions/api_test/automation/tests/tabs/tab_id.js |
diff --git a/chrome/test/data/extensions/api_test/automation/tests/tabs/tab_id.js b/chrome/test/data/extensions/api_test/automation/tests/tabs/tab_id.js |
index 0bf163c13e83d7ebab7122f16eae2d203e502e8a..c14659a2ddf3f8dd42e02c9aa6262731e80ad344 100644 |
--- a/chrome/test/data/extensions/api_test/automation/tests/tabs/tab_id.js |
+++ b/chrome/test/data/extensions/api_test/automation/tests/tabs/tab_id.js |
@@ -1,3 +1,4 @@ |
+ |
// Copyright 2014 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -22,7 +23,7 @@ function assertCorrectTab(rootNode) { |
var allTests = [ |
function testGetTabById() { |
- getUrlFromConfig(function(url) { |
+ getUrlFromConfig('index.html', function(url) { |
// Keep the NTP as the active tab so that we know we're requesting the |
// tab by ID rather than just getting the active tab still. |
createBackgroundTab(url, function(tab) { |