Skip to content

Commit f486c20

Browse files
Uplift of #4318 (squashed) to beta
1 parent 4b9e0c5 commit f486c20

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

app/brave_main_delegate.cc

-4
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,6 @@ bool BraveMainDelegate::BasicStartupComplete(int* exit_code) {
144144
switches::kExtensionContentVerificationEnforceStrict);
145145
command_line.AppendSwitchASCII(switches::kExtensionsInstallVerification,
146146
"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");
151147

152148
// Brave's sync protocol does not use the sync service url
153149
command_line.AppendSwitchASCII(switches::kSyncServiceURL,

0 commit comments

Comments
 (0)