Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3535)

Unified Diff: chrome_frame/chrome_frame_activex.h

Issue 10783007: Add rudimentary support in the ChromeFrame ActiveX to enable it work in a generic client site, i.e. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome_frame/chrome_frame_activex.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « no previous file | chrome_frame/chrome_frame_activex.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698