fixme: disable pepper flash

This commit is contained in:
Samuel Attard
2018-10-04 16:24:43 +10:00
committed by Jeremy Apthorp
parent 7aa01bc00a
commit 80ffc26713
2 changed files with 2 additions and 2 deletions

View File

@@ -21,5 +21,5 @@ declare_args() {
enable_fake_location_provider = !is_official_build
# Enable flash plugin support.
enable_pepper_flash = true
enable_pepper_flash = false
}