Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1823)

Unified Diff: android_webview/apk/java/proguard.flags

Issue 2101153003: Remove data reduction proxy code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « android_webview/android_webview.gyp ('k') | android_webview/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/apk/java/proguard.flags
diff --git a/android_webview/apk/java/proguard.flags b/android_webview/apk/java/proguard.flags
index 9b4530708edcb0a3dbea8af1f14c7d42561be672..3b3f2c6332c785919eb2762e8f1b48b528df1f42 100644
--- a/android_webview/apk/java/proguard.flags
+++ b/android_webview/apk/java/proguard.flags
@@ -70,10 +70,6 @@
}
# Accessed via reflection but not present in all builds
--keep class com.android.webview.chromium.Drp {
- public java.lang.String KEY;
-}
--dontnote com.android.webview.chromium.Drp
-keep class com.android.webview.chromium.PlatformServiceBridgeGoogle {
void setMetricsSettingListener(...);
PlatformServiceBridgeGoogle(...);
« no previous file with comments | « android_webview/android_webview.gyp ('k') | android_webview/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698