| Index: chrome/android/java/proguard.flags
|
| diff --git a/chrome/android/java/proguard.flags b/chrome/android/java/proguard.flags
|
| index 961feaea81d06f3b0a12bd20fb53006071256c4c..8049da1583db9ff74fc3f1a0a644f3aa93ec005c 100644
|
| --- a/chrome/android/java/proguard.flags
|
| +++ b/chrome/android/java/proguard.flags
|
| @@ -18,13 +18,6 @@
|
| -keep public class com.google.android.apps.chrome** extends android.app.Fragment
|
| -keep public class org.chromium** extends android.app.Fragment
|
|
|
| -# 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.
|
| --keep class com.google.ipc.invalidation.external.client.** {
|
| - *;
|
| -}
|
| -
|
| # These classes aren't themselves referenced, but __ProcessService[0,1,2...] are
|
| # referenced, and we look up these services by appending a number onto the name
|
| # of the base class. Thus, we need to keep the base class name around so that
|
|
|