Skip to content

Commit

Permalink
Enable Browser Actions in dev and canary channel.
Browse files Browse the repository at this point in the history
Enables Browser Actions related classes to be accessible in dev and
canary channel of Chrome.

BUG=None

Change-Id: I8c6f33b6bb8ad4451317c88ce4fcfec7b54f4545
Reviewed-on: https://chromium-review.googlesource.com/580698
Reviewed-by: Ted Choc <tedchoc@chromium.org>
Commit-Queue: Lei Tian <ltian@google.com>
Cr-Commit-Position: refs/heads/master@{#489525}
  • Loading branch information
Lei Tian authored and Commit Bot committed Jul 26, 2017
1 parent 769f703 commit 42791d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/android/java/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ by a child template that "extends" this file.
</activity>

<!-- Activities for Browser Actions -->
{% if channel in ['default'] %}
{% if channel in ['dev', 'canary', 'default'] %}
<activity android:name="org.chromium.chrome.browser.browseractions.BrowserActionActivity"
android:theme="@style/FullscreenTransparentActivityTheme"
android:exported="true"
Expand Down

0 comments on commit 42791d1

Please sign in to comment.