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

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

Issue 2948583002: Photo Picker dialog: Convert to AIDL for easier security review. (Closed)
Patch Set: Created 3 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/AndroidManifest.xml
diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/AndroidManifest.xml
index 464c9825e32fbe0ddff9ca803a5e15389b380faa..1904fd26d52ca1bad13b5fc20aff0ab771faea80 100644
--- a/chrome/android/java/AndroidManifest.xml
+++ b/chrome/android/java/AndroidManifest.xml
@@ -640,7 +640,7 @@ by a child template that "extends" this file.
<!-- Service for decoding images in a sandboxed process. -->
<service
android:description="@string/decoder_description"
- android:name="org.chromium.chrome.browser.photo_picker.DecoderService"
+ android:name="org.chromium.chrome.browser.photo_picker.DecoderServiceImpl"
android:exported="false"
android:isolatedProcess="true"
android:process=":decoder_service" />

Powered by Google App Engine
This is Rietveld 408576698