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

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

Issue 1172753002: Rename CustomTabs service related classes and interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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_staging/AndroidManifest.xml
diff --git a/chrome/android/java_staging/AndroidManifest.xml b/chrome/android/java_staging/AndroidManifest.xml
index 17a0d0a5f8421d57851dfe7cb738cf100e7bf888..c00acd8f9d2685df520b93910b71637bfd5f711e 100644
--- a/chrome/android/java_staging/AndroidManifest.xml
+++ b/chrome/android/java_staging/AndroidManifest.xml
@@ -515,7 +515,7 @@ by a child template that "extends" this file.
<service android:name="org.chromium.chrome.browser.prerender.ChromePrerenderService"
android:exported="true"
tools:ignore="ExportedService" />
- <service android:name="org.chromium.chrome.browser.customtabs.ChromeConnectionService"
+ <service android:name="org.chromium.chrome.browser.customtabs.CustomTabsConnectionService"
android:exported="{{ 'true' if channel in ['dev', 'canary', 'default'] else 'false' }}"
tools:ignore="ExportedService">
<intent-filter>

Powered by Google App Engine
This is Rietveld 408576698