Commit 9fdef293 authored by pkotwicz's avatar pkotwicz Committed by Commit bot

[Android] Set enable_remoting=true by default

We set enable_remoting=true in the command line on the official builders. Set
enable_remoting=true as the default on Chromium as well.

BUG=544298

Review URL: https://codereview.chromium.org/1619913002

Cr-Commit-Position: refs/heads/master@{#371604}
parent 683a9a97
...@@ -75,7 +75,7 @@ declare_args() { ...@@ -75,7 +75,7 @@ declare_args() {
enable_one_click_signin = is_win || is_mac || (is_linux && !is_chromeos) enable_one_click_signin = is_win || is_mac || (is_linux && !is_chromeos)
enable_remoting = !is_ios && !is_android && !is_chromecast && !is_headless enable_remoting = !is_ios && !is_chromecast && !is_headless
# Enable hole punching for the protected video. # Enable hole punching for the protected video.
enable_video_hole = is_android enable_video_hole = is_android
......
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