Commit 9dc64356 authored by Lei Tian's avatar Lei Tian Committed by Commit Bot

Make Browser Actions available to all Chrome channels

Now BrowserActionActivity is only available for canary, dev and default,
make it available for all channels.

Bug: 808540
Change-Id: Ifd96fcb972febd95efc10ad834290fef40c019fd
Reviewed-on: https://chromium-review.googlesource.com/899875Reviewed-by: default avatarTed Choc <tedchoc@chromium.org>
Commit-Queue: Lei Tian <ltian@chromium.org>
Cr-Commit-Position: refs/heads/master@{#534241}
parent 64a36266
......@@ -753,7 +753,6 @@ by a child template that "extends" this file.
</activity>
<!-- Activities for Browser Actions -->
{% if channel in ['dev', 'canary', 'default'] %}
<activity android:name="org.chromium.chrome.browser.browseractions.BrowserActionActivity"
android:theme="@style/FullscreenTransparentActivityTheme"
android:exported="true"
......@@ -769,7 +768,6 @@ by a child template that "extends" this file.
<service android:name="org.chromium.chrome.browser.browseractions.BrowserActionsService"
android:exported="false">
</service>
{% endif %}
<!-- Service for Broadcasting a Physical Web URL -->
<service
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment