| Index: chrome/android/java/proguard.flags
|
| diff --git a/chrome/android/java/proguard.flags b/chrome/android/java/proguard.flags
|
| index 9b38f7a2afa75deb26144373bd108632d9782ee8..88a1da4475be5d1dc564cdf88447213bbe764b6b 100644
|
| --- a/chrome/android/java/proguard.flags
|
| +++ b/chrome/android/java/proguard.flags
|
| @@ -44,11 +44,6 @@
|
| -keep class org.chromium.content.app.SandboxedProcessService
|
| -keep class org.chromium.content.app.PrivilegedProcessService
|
|
|
| -# Keep all Parcelables as they might be marshalled outside Chrome.
|
| --keepnames class * implements android.os.Parcelable {
|
| - public static final ** CREATOR;
|
| -}
|
| -
|
| # SearchView is used in website_preferences_menu.xml and is constructed by
|
| # Android using reflection.
|
| -keep class android.support.v7.widget.SearchView {
|
|
|