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

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

Issue 1234643002: customtabs: Convert to the new AIDL interface, temporarily imported. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added VisibleForTesting to util only used for testing Created 5 years, 5 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 8947d27dbc3811a555ff36ceb7d9504865a4fad2..8ba2b22b453a01ddf73cc42003102961e8e5f92a 100644
--- a/chrome/android/java/AndroidManifest.xml
+++ b/chrome/android/java/AndroidManifest.xml
@@ -540,8 +540,7 @@ by a child template that "extends" this file.
android:exported="{{ 'true' if channel in ['dev', 'canary', 'default'] else 'false' }}"
tools:ignore="ExportedService">
<intent-filter>
- <action android:name="android.intent.action.MAIN" />
- <category android:name="android.intent.category.CUSTOM_TABS" />
+ <action android:name="android.support.customtabs.action.CustomTabsService" />
</intent-filter>
</service>
<service android:name="org.chromium.chrome.browser.crash.LogcatExtractionService"

Powered by Google App Engine
This is Rietveld 408576698