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

Unified Diff: chrome/android/java/AndroidManifest.xml

Issue 2143133002: Do screenshot capture async for share intents. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase + more comments addressed. Created 4 years, 4 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/AndroidManifest.xml
diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/AndroidManifest.xml
index ea8d11b72dad08a24ecf47303ebcab817af0b8b9..aebdc95e0cbbce05fd939648bc7fd6e20b44fa26 100644
--- a/chrome/android/java/AndroidManifest.xml
+++ b/chrome/android/java/AndroidManifest.xml
@@ -595,7 +595,7 @@ by a child template that "extends" this file.
</provider>
<!-- Provider for FileProvider. -->
- <provider android:name="org.chromium.chrome.browser.util.CompatibilityFileProvider"
+ <provider android:name="org.chromium.chrome.browser.BlockingFileProvider"
android:authorities="{{ manifest_package }}.FileProvider"
android:exported="false"
android:grantUriPermissions="true">

Powered by Google App Engine
This is Rietveld 408576698