hanxi | a5c856cf | 2015-02-13 20:51:58 | [diff] [blame] | 1 | // Copyright 2015 The Chromium Authors. All rights reserved. |
2 | // Use of this source code is governed by a BSD-style license that can be | ||||
3 | // found in the LICENSE file. | ||||
4 | |||||
5 | #include "extensions/renderer/injection_host.h" | ||||
6 | |||||
7 | InjectionHost::InjectionHost(const HostID& host_id) : | ||||
8 | id_(host_id) { | ||||
9 | } | ||||
10 | |||||
11 | InjectionHost::~InjectionHost() { | ||||
12 | } |