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

Unified Diff: chrome/android/BUILD.gn

Issue 2899973002: Hide modal permission prompts on Android upon tab navigation/destruction (Closed)
Patch Set: fix test (permission request from js goes through mojo so need to poll) Created 3 years, 7 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 | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/permissions/PermissionDialogController.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/BUILD.gn
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
index 3eec53a352640d15fbfde013e558d2200062d187..83f6dc191ce61f8302dc9b8a214822acb688f1d7 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -523,8 +523,9 @@ android_library("chrome_test_java") {
"//chrome/test/data/translate/",
"//chrome/test/media_router/resources/",
"//content/test/data/android/geolocation.html",
- "//content/test/data/android/quota_permissions.html",
"//content/test/data/android/media_permissions.html",
+ "//content/test/data/android/permission_navigation.html",
+ "//content/test/data/android/quota_permissions.html",
"//content/test/data/android/webshare.html",
"//content/test/data/media/bear.webm",
"//content/test/data/media/getusermedia.html",
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/permissions/PermissionDialogController.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698