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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/infobar/DataReductionProxyInfoBar.java

Issue 1164973003: Add initial support for runtime permissions in android M. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: chrome/android/java/src/org/chromium/chrome/browser/infobar/DataReductionProxyInfoBar.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/infobar/DataReductionProxyInfoBar.java b/chrome/android/java/src/org/chromium/chrome/browser/infobar/DataReductionProxyInfoBar.java
index 325b931bb00427aeae0fafdf75c8304f0900aae7..eafdd2ee84bea46351ed2ea781c1bc4b8b167397 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/infobar/DataReductionProxyInfoBar.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/infobar/DataReductionProxyInfoBar.java
@@ -32,7 +32,8 @@ public class DataReductionProxyInfoBar extends ConfirmInfoBar {
}
DataReductionProxyInfoBar(long nativeInfoBar, int iconDrawableId) {
- super(nativeInfoBar, null, iconDrawableId, null, sTitle, sLinkText, null, null);
+ super(nativeInfoBar, null, null, iconDrawableId, null,
+ sTitle, sLinkText, null, null, null);
}
@Override

Powered by Google App Engine
This is Rietveld 408576698