Index: base/android/java/src/org/chromium/base/MemoryPressureListener.java |
diff --git a/base/android/java/src/org/chromium/base/MemoryPressureListener.java b/base/android/java/src/org/chromium/base/MemoryPressureListener.java |
index c1109ef861f60b5900923ee18b7a840321872bd0..d61a006018032de06bc3e658ce63eea06fcfc130 100644 |
--- a/base/android/java/src/org/chromium/base/MemoryPressureListener.java |
+++ b/base/android/java/src/org/chromium/base/MemoryPressureListener.java |
@@ -10,6 +10,7 @@ import android.content.Context; |
import android.content.res.Configuration; |
import org.chromium.base.annotations.CalledByNative; |
+import org.chromium.base.annotations.MainDex; |
/** |
@@ -17,6 +18,7 @@ import org.chromium.base.annotations.CalledByNative; |
* It registers a ComponentCallbacks2 with the system, and dispatches into |
* native for levels that are considered actionable. |
*/ |
+@MainDex |
public class MemoryPressureListener { |
/** |
* Sending an intent with this action to Chrome will cause it to issue a call to onLowMemory |