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

Unified Diff: chrome/test/data/extensions/api_test/media_galleries/picasa/test.js

Issue 2467413002: Fix MediaGalleriesPlatformAppBrowserTest tests with PlzNavigate. (Closed)
Patch Set: a Created 4 years, 1 month 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/media_galleries/picasa/test.js
diff --git a/chrome/test/data/extensions/api_test/media_galleries/picasa/test.js b/chrome/test/data/extensions/api_test/media_galleries/picasa/test.js
index bc10f07a87738429db24170d4a33255730faf57f..25804983f2475584e02557c228a3bf64ea59e46f 100644
--- a/chrome/test/data/extensions/api_test/media_galleries/picasa/test.js
+++ b/chrome/test/data/extensions/api_test/media_galleries/picasa/test.js
@@ -159,8 +159,6 @@ function getTest(testFunction) {
}
}
-CreateDummyWindowToPreventSleep();
-
chrome.test.getConfig(function(config) {
customArg = JSON.parse(config.customArg);
expectedGalleryEntryLength = customArg[0];

Powered by Google App Engine
This is Rietveld 408576698