remove atom-shell process name (#11979)
This commit is contained in:
parent
6a3fde6e20
commit
7bcccdec41
1 changed files with 0 additions and 3 deletions
|
@ -71,9 +71,6 @@ void AtomBindings::BindTo(v8::Isolate* isolate,
|
||||||
// TODO(kevinsawicki): Make read-only in 2.0 to match node
|
// TODO(kevinsawicki): Make read-only in 2.0 to match node
|
||||||
versions.Set(ATOM_PROJECT_NAME, ATOM_VERSION_STRING);
|
versions.Set(ATOM_PROJECT_NAME, ATOM_VERSION_STRING);
|
||||||
versions.Set("chrome", CHROME_VERSION_STRING);
|
versions.Set("chrome", CHROME_VERSION_STRING);
|
||||||
|
|
||||||
// TODO(kevinsawicki): Remove in 2.0
|
|
||||||
versions.Set("atom-shell", ATOM_VERSION_STRING);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue