summaryrefslogtreecommitdiffstats
path: root/chrome_frame/chrome_tab.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_frame/chrome_tab.idl')
-rw-r--r--chrome_frame/chrome_tab.idl5
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome_frame/chrome_tab.idl b/chrome_frame/chrome_tab.idl
index 5f3dcbb..5894e3f 100644
--- a/chrome_frame/chrome_tab.idl
+++ b/chrome_frame/chrome_tab.idl
@@ -84,7 +84,10 @@ interface IChromeFrame : IDispatch {
};
[
- uuid(851bedec-4b2c-4959-abc0-a53403117257)
+ object,
+ uuid(851bedec-4b2c-4959-abc0-a53403117257),
+ local, // This interface should never be marshaled.
+ hidden,
]
// Internal implementation interface. Not intended as an API. May change
// frequently, don't treat this as frozen.