Add atom::AtomSandboxedRendererClient class

This commit is contained in:
Thiago de Arruda 2016-08-19 08:47:32 -03:00
parent 06cc9a44fe
commit a7b6332ed0
4 changed files with 41 additions and 1 deletions

View 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