Add atom::AtomSandboxedRendererClient class
This commit is contained in:
parent
06cc9a44fe
commit
a7b6332ed0
4 changed files with 41 additions and 1 deletions
15
atom/renderer/atom_sandboxed_renderer_client.cc
Normal file
15
atom/renderer/atom_sandboxed_renderer_client.cc
Normal file
|
@ -0,0 +1,15 @@
|
|||
// Copyright (c) 2016 GitHub, Inc.
|
||||
// Use of this source code is governed by the MIT license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "atom/renderer/atom_sandboxed_renderer_client.h"
|
||||
|
||||
namespace atom {
|
||||
|
||||
AtomSandboxedRendererClient::AtomSandboxedRendererClient() {
|
||||
}
|
||||
|
||||
AtomSandboxedRendererClient::~AtomSandboxedRendererClient() {
|
||||
}
|
||||
|
||||
} // namespace atom
|
Loading…
Add table
Add a link
Reference in a new issue