Skip to content

Commit

Permalink
Disable system flash
Browse files Browse the repository at this point in the history
This is the confirmed cause of some people crashing in recent CEF
versions, so just disable it all together for now.
  • Loading branch information
jp9000 committed Dec 13, 2019
1 parent 2ab0e14 commit 7e04f7f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions browser-app.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ void BrowserApp::OnBeforeCommandLineProcessing(
}
}

command_line->AppendSwitch("enable-system-flash");

if (command_line->HasSwitch("disable-features")) {
// Don't override existing, as this can break OSR
std::string disableFeatures =
Expand Down
2 changes: 1 addition & 1 deletion browser-version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#define OBS_BROWSER_VERSION_MAJOR 2
#define OBS_BROWSER_VERSION_MINOR 7
#define OBS_BROWSER_VERSION_PATCH 15
#define OBS_BROWSER_VERSION_PATCH 16

#ifndef MAKE_SEMANTIC_VERSION
#define MAKE_SEMANTIC_VERSION(major, minor, patch) \
Expand Down

0 comments on commit 7e04f7f

Please sign in to comment.