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

Unified Diff: chrome/android/javatests/src/org/chromium/chrome/browser/instantapps/InstantAppsHandlerTest.java

Issue 2607633002: Remove context parameters from IntentHandler (Closed)
Patch Set: Rebase Created 3 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
« no previous file with comments | « chrome/android/javatests/src/org/chromium/chrome/browser/TabsOpenedFromExternalAppTest.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/javatests/src/org/chromium/chrome/browser/instantapps/InstantAppsHandlerTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/instantapps/InstantAppsHandlerTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/instantapps/InstantAppsHandlerTest.java
index 9705f8cc92601d8824e170279733b80968f88764..2d1888973743031c090c47c9dae8e75e79f898ea 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/instantapps/InstantAppsHandlerTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/instantapps/InstantAppsHandlerTest.java
@@ -104,7 +104,7 @@ public class InstantAppsHandlerTest extends ChromeActivityTestCaseBase<ChromeAct
Intent signedIntent = createViewIntent();
signedIntent.setPackage(mContext.getPackageName());
- IntentHandler.addTrustedIntentExtras(signedIntent, mContext);
+ IntentHandler.addTrustedIntentExtras(signedIntent);
assertFalse(mHandler.handleIncomingIntent(mContext, signedIntent, false));
}
« no previous file with comments | « chrome/android/javatests/src/org/chromium/chrome/browser/TabsOpenedFromExternalAppTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698