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

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

Issue 2738663003: Fix TODOs related to SDK 24 (Closed)
Patch Set: Keep mOffscreenPreRaster remain the same. Created 3 years, 9 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
Index: android_webview/apk/java/proguard.flags
diff --git a/android_webview/apk/java/proguard.flags b/android_webview/apk/java/proguard.flags
index 495d48612b206412744f05995b6b73d480fe0c82..c4cf0a424c36fe1ffc28419eca6d0faa877490d1 100644
--- a/android_webview/apk/java/proguard.flags
+++ b/android_webview/apk/java/proguard.flags
@@ -70,11 +70,5 @@
}
-dontnote com.android.webview.chromium.AwSafeBrowsingApiHandler
-#TODO(hush): remove after N release. crbug.com/546762
--keep class com.android.webview.chromium.ContentSettingsAdapter {
- public void setDisabledActionModeMenuItems(int);
- public int getDisabledActionModeMenuItems();
-}
-
# We strip some unused resources when preprocessing the GMS client libs.
-dontwarn com.google.android.gms.R**

Powered by Google App Engine
This is Rietveld 408576698