Commit 0b95428c authored by yoz@chromium.org's avatar yoz@chromium.org

Fix ExtensionManagementApiBrowserTest.LaunchApp to no longer be order-dependent.

With the break, it fails if the app happens to come before the extension in items.

BUG=104091
TEST=none
TBR=asargent@chromium.org

Review URL: http://codereview.chromium.org/8801037

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113141 0039d316-1c4b-4281-b951-d872f2087c98
parent ef9f775c
// Copyright (c) 2010 The Chromium Authors. All rights reserved.
// Copyright (c) 2011 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.
......@@ -8,7 +8,6 @@ window.onload = function() {
var item = items[i];
if (item.name == "packaged_app") {
chrome.management.launchApp(item.id);
break;
}
if (item.name == "simple_extension") {
// Try launching a non-app extension, which should fail.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment