Commit 108da5f1 authored by Andrew Grieve's avatar Andrew Grieve Committed by Commit Bot

Android: Remove obsolete proguard -keep for content.browser.input

Bug: 636474
Change-Id: I303c9f2f2bd65bf3ba8e7041c72d6ddb75529adf
Reviewed-on: https://chromium-review.googlesource.com/1055609Reviewed-by: default avatarShimi Zhang <ctzsm@chromium.org>
Commit-Queue: agrieve <agrieve@chromium.org>
Cr-Commit-Position: refs/heads/master@{#557930}
parent 6d6b0340
......@@ -26,9 +26,3 @@
-keepclassmembers class android.support.design.internal.BottomNavigationMenuView {
boolean mShiftingMode;
}
# There is stack-walking code in our IME that breaks with obfuscation.
# https://crbug.com/824048.
-keepnames class org.chromium.content.browser.input.* {
*;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment