summaryrefslogtreecommitdiff
path: root/deps/gyp/test/win/idl-rules/history_indexer.idl
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gyp/test/win/idl-rules/history_indexer.idl')
-rw-r--r--deps/gyp/test/win/idl-rules/history_indexer.idl17
1 files changed, 0 insertions, 17 deletions
diff --git a/deps/gyp/test/win/idl-rules/history_indexer.idl b/deps/gyp/test/win/idl-rules/history_indexer.idl
deleted file mode 100644
index e866ce6d90..0000000000
--- a/deps/gyp/test/win/idl-rules/history_indexer.idl
+++ /dev/null
@@ -1,17 +0,0 @@
-// Copyright (c) 2012 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.
-
-import "oaidl.idl";
-import "ocidl.idl";
-
-[
- object,
- uuid(9C1100DD-51D4-4827-AE9F-3B8FAC4AED72),
- oleautomation,
- nonextensible,
- pointer_default(unique)
-]
-interface IChromeHistoryIndexer : IUnknown {
- HRESULT SomeFunction([in] VARIANT begin_time, [in] VARIANT end_time);
-};