| Index: chrome/android/java/proguard.flags
|
| diff --git a/chrome/android/java/proguard.flags b/chrome/android/java/proguard.flags
|
| index 59ce6b7c21f2cbca1ad75556926e7704b0368503..f4d478ee23fcbf69da7e2bbbdd588e5938a05fc8 100644
|
| --- a/chrome/android/java/proguard.flags
|
| +++ b/chrome/android/java/proguard.flags
|
| @@ -5,7 +5,7 @@
|
| -keep @interface ***
|
|
|
| # Disable obfuscation for the following two packages.
|
| --keepnames class com.google.android.apps.chrome.**,org.chromium.** {
|
| +-keepnames,allowoptimization class com.google.android.apps.chrome.**,org.chromium.** {
|
| *;
|
| }
|
|
|
|
|