mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
remove atom-shell process name (#11979)
This commit is contained in:
committed by
Charles Kerr
parent
6a3fde6e20
commit
7bcccdec41
@@ -71,9 +71,6 @@ void AtomBindings::BindTo(v8::Isolate* isolate,
|
||||
// TODO(kevinsawicki): Make read-only in 2.0 to match node
|
||||
versions.Set(ATOM_PROJECT_NAME, ATOM_VERSION_STRING);
|
||||
versions.Set("chrome", CHROME_VERSION_STRING);
|
||||
|
||||
// TODO(kevinsawicki): Remove in 2.0
|
||||
versions.Set("atom-shell", ATOM_VERSION_STRING);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user