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

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

Issue 1057533005: Make service tab launcher a component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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/shell/java/AndroidManifest.xml.jinja2
diff --git a/chrome/android/shell/java/AndroidManifest.xml.jinja2 b/chrome/android/shell/java/AndroidManifest.xml.jinja2
index ce06f8ffcbb186c88aae7830146a5bff07dbf166..5c347c7c2f54fc57d66cc25a9d3c182e488b37ad 100644
--- a/chrome/android/shell/java/AndroidManifest.xml.jinja2
+++ b/chrome/android/shell/java/AndroidManifest.xml.jinja2
@@ -189,7 +189,7 @@
<meta-data android:name="org.chromium.content.browser.SMART_CLIP_PROVIDER"
android:value="org.chromium.content.browser.SmartClipProvider" />
- <meta-data android:name="org.chromium.chrome.browser.SERVICE_TAB_LAUNCHER"
+ <meta-data android:name="org.chromium.components.service_tab_launcher.SERVICE_TAB_LAUNCHER"
android:value="org.chromium.chrome.shell.ChromeShellServiceTabLauncher" />
<!-- Precache service. -->
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/ServiceTabLauncher.java ('k') | chrome/android/shell/java/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698