remove atom-shell process name (#11979)

This commit is contained in:
shelley vohr 2018-02-20 11:33:38 -05:00 committed by Charles Kerr
parent 6a3fde6e20
commit 7bcccdec41

View file

@ -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);
}
}