Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / renderer / external_extension.h
blobb5cb78b2284dbafb69b1787476552a0384cdf7fd
1 // Copyright (c) 2009 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.
5 // Implements the window.external object.
7 #ifndef CHROME_RENDERER_EXTERNAL_EXTENSION_H_
8 #define CHROME_RENDERER_EXTERNAL_EXTENSION_H_
10 namespace v8 {
11 class Extension;
14 namespace extensions_v8 {
16 class ExternalExtension {
17 public:
18 static v8::Extension* Get();
21 } // namespace extensions_v8
23 #endif // CHROME_RENDERER_EXTERNAL_EXTENSION_H_