Mark atom-shell version as deprecated
This commit is contained in:
parent
d4b204799d
commit
1072519488
6 changed files with 16 additions and 5 deletions
|
@ -117,7 +117,7 @@ void AtomBrowserMainParts::PostEarlyInitialization() {
|
|||
if (node_debugger_->IsRunning())
|
||||
env->AssignToContext(v8::Debug::GetDebugContext());
|
||||
|
||||
// Add atom-shell extended APIs.
|
||||
// Add Electron extended APIs.
|
||||
atom_bindings_->BindTo(js_env_->isolate(), env->process_object());
|
||||
|
||||
// Load everything.
|
||||
|
|
|
@ -60,7 +60,7 @@ class Browser : public WindowListObserver {
|
|||
// Overrides the application version.
|
||||
void SetVersion(const std::string& version);
|
||||
|
||||
// Returns the application's name, default is just Atom-Shell.
|
||||
// Returns the application's name, default is just Electron.
|
||||
std::string GetName() const;
|
||||
|
||||
// Overrides the application name.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue