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

Unified Diff: chrome/test/data/extensions/management/launch_app/test.js

Issue 8801037: Fix ExtensionManagementApiBrowserTest.LaunchApp to no longer be order-dependent. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/management/launch_app/test.js
diff --git a/chrome/test/data/extensions/management/launch_app/test.js b/chrome/test/data/extensions/management/launch_app/test.js
index ee2e2c5af0cf6e178b19bd1b37c6ba11c8abcb09..acaa509b6c116f3bbaec7b6401ed7cbea450e360 100644
--- a/chrome/test/data/extensions/management/launch_app/test.js
+++ b/chrome/test/data/extensions/management/launch_app/test.js
@@ -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.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698