| Index: chrome/android/java/proguard.flags
|
| diff --git a/chrome/android/java/proguard.flags b/chrome/android/java/proguard.flags
|
| index cf546d1ba7ebc350d2eac18eebae58716d6d46b8..f53b0270be47196ded10b38fec7406c3a241fefe 100644
|
| --- a/chrome/android/java/proguard.flags
|
| +++ b/chrome/android/java/proguard.flags
|
| @@ -8,15 +8,6 @@
|
| -keep public class com.google.android.apps.chrome** extends android.app.Fragment
|
| -keep public class org.chromium** extends android.app.Fragment
|
|
|
| -# Keep protobuf code used via reflection
|
| -# TODO(tonyg): Removing these -keeps results in new notes, but nothing seems to
|
| -# break. This exclusion costs almost 100k of dex size so consider replacing it
|
| -# with a -dontnote after more testing.
|
| --keep class com.google.protobuf.** {
|
| - *** newBuilder();
|
| - *** parseFrom(java.io.InputStream);
|
| -}
|
| -
|
| # Keep the client interfaces for cacheinvalidation as they are used as
|
| # argument types for some of our code that we're keeping and proguard warns
|
| # otherwise.
|
|
|