Merge "Add edc file for native window of wrt" into devel/wrt2
[platform/framework/web/crosswalk-tizen.git] / src / extension / extension_manager.h
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 #ifndef WRT_EXTENSION_EXTENSION_MANAGER_H_
6 #define WRT_EXTENSION_EXTENSION_MANAGER_H_
7
8 namespace wrt {
9
10 class ExtensionManager {
11  public:
12   ExtensionManager();
13   virtual ~ExtensionManager();
14 };
15
16 }  // namespace wrt
17
18 #endif  // WRT_EXTENSION_EXTENSION_MANAGER_H_