We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b9e0c5 commit f486c20Copy full SHA for f486c20
app/brave_main_delegate.cc
@@ -144,10 +144,6 @@ bool BraveMainDelegate::BasicStartupComplete(int* exit_code) {
144
switches::kExtensionContentVerificationEnforceStrict);
145
command_line.AppendSwitchASCII(switches::kExtensionsInstallVerification,
146
"enforce");
147
- // Otherwise BaseMark Web 3.0 suffers and it seems to be highly enabled
148
- // by field trials in Chrome.
149
- command_line.AppendSwitchASCII(switches::kEnableOopRasterization,
150
- "Enabled");
151
152
// Brave's sync protocol does not use the sync service url
153
command_line.AppendSwitchASCII(switches::kSyncServiceURL,
0 commit comments