Skip to content

Commit

Permalink
Removing is_ios guard from brave_p3a_enabled variable
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyBarabash committed Nov 16, 2020
1 parent 6a4a4ad commit cfb2f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/p3a/buildflags.gni
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import("//build/config/features.gni")

declare_args() {
brave_p3a_enabled = !is_ios
brave_p3a_enabled = true
}

0 comments on commit cfb2f36

Please sign in to comment.