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_
14 namespace extensions_v8
{
16 class ExternalExtension
{
18 static v8::Extension
* Get();
21 } // namespace extensions_v8
23 #endif // CHROME_RENDERER_EXTERNAL_EXTENSION_H_