summaryrefslogtreecommitdiffstats
path: root/chrome_frame/cfinstall/src/stub/cf-activex-externs.js
blob: 76c6418e045b063ddc8ae2d7e7e8d4a987c862c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// 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;