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

Unified Diff: chrome/android/javatests/src/org/chromium/chrome/browser/signin/OAuth2TokenServiceIntegrationTest.java

Issue 1554103002: Notify the lack of Google Play Services only if the user tries to Signin. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix test Created 4 years, 11 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/signin/OAuth2TokenServiceIntegrationTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/signin/OAuth2TokenServiceIntegrationTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/signin/OAuth2TokenServiceIntegrationTest.java
index 76b0e92860f3a1f7804c3011a03673c406183250..b7a5a6cd2bbf5868fc0fb882c80bae5a9ceac3ab 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/signin/OAuth2TokenServiceIntegrationTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/signin/OAuth2TokenServiceIntegrationTest.java
@@ -5,7 +5,6 @@
package org.chromium.chrome.browser.signin;
import android.accounts.Account;
-import android.app.Activity;
import android.content.Context;
import android.test.UiThreadTest;
import android.test.suitebuilder.annotation.MediumTest;
@@ -95,7 +94,7 @@ public class OAuth2TokenServiceIntegrationTest extends NativeLibraryTestBase {
}
@Override
- public boolean canBeUsed(Context ctx, Activity activity) {
+ public boolean canBeUsed(Context ctx) {
return true;
}
});

Powered by Google App Engine
This is Rietveld 408576698