We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e43133 commit 93587e6Copy full SHA for 93587e6
src/shell_browser_main_parts.cc
@@ -207,10 +207,6 @@ void ShellBrowserMainParts::Init() {
207
bool ShellBrowserMainParts::ProcessSingletonNotificationCallback(
208
const CommandLine& command_line,
209
const base::FilePath& current_directory) {
210
- if (!package_->self_extract()) {
211
- // We're in runtime mode, create the new app.
212
- return false;
213
- }
214
215
// Don't reuse current instance if 'single-instance' is specified to false.
216
bool single_instance;
0 commit comments