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

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

Issue 1391893003: NOT FOR REVIEW: Aura on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/PermissionUpdateInfoBarDelegate.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/infobar/PermissionUpdateInfoBarDelegate.java b/chrome/android/java/src/org/chromium/chrome/browser/infobar/PermissionUpdateInfoBarDelegate.java
index 2dc7f5858dd9c710295fa1de9bc4554dbb48d1e1..8f2e9c51ca8e84959c0759c2c88e2564b2065e2b 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/infobar/PermissionUpdateInfoBarDelegate.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/infobar/PermissionUpdateInfoBarDelegate.java
@@ -31,11 +31,13 @@ class PermissionUpdateInfoBarDelegate implements WindowAndroid.PermissionCallbac
private long mNativePtr;
private ActivityStateListener mActivityStateListener;
+ /*
@CalledByNative
private static PermissionUpdateInfoBarDelegate create(
long nativePtr, WebContents webContents, int[] contentSettings) {
return new PermissionUpdateInfoBarDelegate(nativePtr, webContents, contentSettings);
}
+ */
private PermissionUpdateInfoBarDelegate(
long nativePtr, WebContents webContents, int[] contentSettings) {

Powered by Google App Engine
This is Rietveld 408576698