1// Copyright (c) 2012 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.
4
5// MeasurePageLoadTime.idl : IDL source for MeasurePageLoadTime
6//
7
8// This file will be processed by the MIDL tool to
9// produce the type library (MeasurePageLoadTime.tlb) and marshalling code.
10
11import "oaidl.idl";
12import "ocidl.idl";
13
14[
15	object,
16	uuid(019637EB-B865-485B-9A66-419477EE55A0),
17	dual,
18	nonextensible,
19	helpstring("IMeasurePageLoadTimeBHO Interface"),
20	pointer_default(unique)
21]
22interface IMeasurePageLoadTimeBHO : IDispatch{
23};
24[
25	uuid(61AC7AC4-B715-4955-A238-5F9AEA80DF4B),
26	version(1.0),
27	helpstring("MeasurePageLoadTime 1.0 Type Library")
28]
29library MeasurePageLoadTimeLib
30{
31	importlib("stdole2.tlb");
32	[
33		uuid(807E68BC-238F-4163-AE4B-0A3604F3E145),
34		helpstring("MeasurePageLoadTimeBHO Class")
35	]
36	coclass MeasurePageLoadTimeBHO
37	{
38		[default] interface IMeasurePageLoadTimeBHO;
39	};
40};
41