| Index: chrome_frame/chrome_frame_activex.h
|
| ===================================================================
|
| --- chrome_frame/chrome_frame_activex.h (revision 144002)
|
| +++ chrome_frame/chrome_frame_activex.h (working copy)
|
| @@ -139,6 +139,10 @@
|
|
|
| // A hook attached to the top-level window containing the ActiveX control.
|
| HHOOK chrome_wndproc_hook_;
|
| +
|
| + // Set to true if the current instance is attaching to an existing Chrome
|
| + // tab. This occurs when a window.open request is performed by Chrome.
|
| + bool attaching_to_existing_cf_tab_;
|
| };
|
|
|
| #endif // CHROME_FRAME_CHROME_FRAME_ACTIVEX_H_
|
|
|