71251de01378507781dbbdd09474da6599437e74
[platform/framework/web/crosswalk-tizen.git] / src / extension / extension_server.cc
1 // Copyright 2015 Samsung Electronics Co, Ltd. 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 "extension/extension_server.h"
6
7 ExtensionServer::ExtensionServer() {
8 }
9
10 ExtensionServer::~ExtensionServer() {
11 }
12
13 void ExtensionServer::AddExtensionPath(const std::string& path) {
14   extension_paths_.push_back(path);
15 }