Chromium Code Reviews| Index: chrome/android/java/proguard.flags |
| diff --git a/chrome/android/java/proguard.flags b/chrome/android/java/proguard.flags |
| index 7c30dddac2b0f33d1383e17e6ee56bdfcd330db1..a3385a5dcb35bcdc9396787fd8274fb8b8a0f770 100644 |
| --- a/chrome/android/java/proguard.flags |
| +++ b/chrome/android/java/proguard.flags |
| @@ -31,7 +31,7 @@ |
| -keepattributes RuntimeVisibleAnnotations |
| # Remove methods annotated with this if their return value is unused |
| --assumenosideeffects class * { |
| +-assumenosideeffects class com.google.android.apps.chrome.**,org.chromium.** { |
|
Yaron
2015/08/25 16:57:35
Ya, I think just revert this for now
|
| @org.chromium.base.annotations.RemovableInRelease <methods>; |
| } |