summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/browser/history/history_indexer.idl12
1 files changed, 12 insertions, 0 deletions
diff --git a/chrome/browser/history/history_indexer.idl b/chrome/browser/history/history_indexer.idl
index 132c5f0..8fdbf36 100644
--- a/chrome/browser/history/history_indexer.idl
+++ b/chrome/browser/history/history_indexer.idl
@@ -43,3 +43,15 @@ interface IChromeHistoryIndexer : IUnknown {
HRESULT DeleteUserHistoryBetween([in] VARIANT begin_time,
[in] VARIANT end_time);
};
+
+
+// This dummy library statement enforces the creation of a history_indexer.tlb.
+// This is necessary since MSVC assumes a .idl always creates a .tlb. Otherwise,
+// this .idl is always recompiled, giving many engs a headache.
+[
+ uuid(A5C5B8BE-E7E5-4cb9-A13B-B063361E7B6D),
+ helpstring("Dummy library")
+]
+library history_indexerLib
+{
+};