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

Unified Diff: chrome/test/android/javatests/src/org/chromium/chrome/test/partnercustomizations/TestPartnerBrowserCustomizationsDelayedProvider.java

Issue 2949973002: Use multidex capable application for chrome_public_test_apk.
Patch Set: Created 3 years, 6 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/test/android/javatests/src/org/chromium/chrome/test/partnercustomizations/TestPartnerBrowserCustomizationsDelayedProvider.java
diff --git a/chrome/test/android/javatests/src/org/chromium/chrome/test/partnercustomizations/TestPartnerBrowserCustomizationsDelayedProvider.java b/chrome/test/android/javatests/src/org/chromium/chrome/test/partnercustomizations/TestPartnerBrowserCustomizationsDelayedProvider.java
index 16777ad0bf38ebd2500ac4c953f9611002f1a8d3..cb7d750b62a183fc030e0ed84a66a4d1c5e8554c 100644
--- a/chrome/test/android/javatests/src/org/chromium/chrome/test/partnercustomizations/TestPartnerBrowserCustomizationsDelayedProvider.java
+++ b/chrome/test/android/javatests/src/org/chromium/chrome/test/partnercustomizations/TestPartnerBrowserCustomizationsDelayedProvider.java
@@ -9,6 +9,8 @@ import android.net.Uri;
import android.os.Bundle;
import android.text.TextUtils;
+import org.chromium.base.annotations.MainDex;
+
import java.util.List;
/**
@@ -16,9 +18,9 @@ import java.util.List;
* query function.
* Note: if you move or rename this class, make sure you have also updated AndroidManifest.xml.
*/
-public class TestPartnerBrowserCustomizationsDelayedProvider extends
- TestPartnerBrowserCustomizationsProvider {
-
+@MainDex
+public class TestPartnerBrowserCustomizationsDelayedProvider
+ extends TestPartnerBrowserCustomizationsProvider {
private static String sUriPathToDelay;
public TestPartnerBrowserCustomizationsDelayedProvider() {

Powered by Google App Engine
This is Rietveld 408576698