mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
16 lines
363 B
C++
16 lines
363 B
C++
// 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
|