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

Unified Diff: chrome/android/java/proguard.flags

Issue 1847063005: [Media, UI] Change MediaNotification style to MediaStyle (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix for findbugs Created 4 years, 8 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: chrome/android/java/proguard.flags
diff --git a/chrome/android/java/proguard.flags b/chrome/android/java/proguard.flags
index 7112ad77333ce45f9ce68cc8f6f13e001db2b6f2..4998d3f40eccd5ea7f1b1f2147594ed0b294f16e 100644
--- a/chrome/android/java/proguard.flags
+++ b/chrome/android/java/proguard.flags
@@ -112,7 +112,7 @@
*;
}
--keep class android.support.v4.app.NotificationCompat** {
+-keep class android.support.v7.app.NotificationCompat** {
*;
}

Powered by Google App Engine
This is Rietveld 408576698