diff options
Diffstat (limited to 'chrome_frame/iids.cc')
-rw-r--r-- | chrome_frame/iids.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/chrome_frame/iids.cc b/chrome_frame/iids.cc new file mode 100644 index 0000000..681250a --- /dev/null +++ b/chrome_frame/iids.cc @@ -0,0 +1,10 @@ +// Copyright (c) 2009 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. + +// Pull in IIDs, CLSIDs etc from our .idl file. +#include "chrome_tab.h" + +extern "C" { +#include "chrome_tab_i.c" +} |