Javascript  |  17行  |  411 B

// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

/**
 * @fileoverview Describes the Chrome Frame ActiveX control.
 **/

// Defined by chrome_tab.idl
var ChromeTab;
/**
 * @constructor
 * @extends ActiveXObject
 */
ChromeTab.ChromeFrame;
ChromeTab.ChromeFrame.prototype.registerBhoIfNeeded;