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

Unified Diff: chrome/android/javatests/src/org/chromium/chrome/browser/webapps/WebappSplashScreenIconTest.java

Issue 2337843003: Speculatively deflake some web app tests on low-end Lollipop. (Closed)
Patch Set: Address nits Created 4 years, 3 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/android/javatests/src/org/chromium/chrome/browser/webapps/WebappSplashScreenIconTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/webapps/WebappSplashScreenIconTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/webapps/WebappSplashScreenIconTest.java
index b73691da8ea653a678b53ca3e2c3989c850b1dc4..a9128e5fb438d0ee2e5db4029afe75b9674f8c3d 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/webapps/WebappSplashScreenIconTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/webapps/WebappSplashScreenIconTest.java
@@ -32,7 +32,7 @@ public class WebappSplashScreenIconTest extends WebappActivityTestBase {
@Override
protected void setUp() throws Exception {
WebappDataStorage.open(getInstrumentation().getTargetContext(), WEBAPP_ID)
- .updateSplashScreenImage(ShortcutHelper.decodeBitmapFromString(TEST_SPLASH_ICON));
+ .updateSplashScreenImageForTests(TEST_SPLASH_ICON);
super.setUp();
startWebappActivity();

Powered by Google App Engine
This is Rietveld 408576698