Skip to content

Commit 80ffc26

Browse files
MarshallOfSoundnornagon
authored andcommitted
fixme: disable pepper flash
1 parent 7aa01bc commit 80ffc26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

atom/app/atom_content_client.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,8 @@ void AtomContentClient::AddAdditionalSchemes(Schemes* schemes) {
210210

211211
void 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);

buildflags/buildflags.gni

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)