File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -210,8 +210,8 @@ void AtomContentClient::AddAdditionalSchemes(Schemes* schemes) {
210210
211211void AtomContentClient::AddPepperPlugins (
212212 std::vector<content::PepperPluginInfo>* plugins) {
213- base::CommandLine* command_line = base::CommandLine::ForCurrentProcess ();
214213#if BUILDFLAG(ENABLE_PEPPER_FLASH)
214+ base::CommandLine* command_line = base::CommandLine::ForCurrentProcess ();
215215 AddPepperFlashFromCommandLine (command_line, plugins);
216216#endif // BUILDFLAG(ENABLE_PEPPER_FLASH)
217217 ComputeBuiltInPlugins (plugins);
Original file line number Diff line number Diff line change @@ -21,5 +21,5 @@ declare_args() {
2121 enable_fake_location_provider = ! is_official_build
2222
2323 # Enable flash plugin support.
24- enable_pepper_flash = true
24+ enable_pepper_flash = false
2525}
You can’t perform that action at this time.
0 commit comments