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

Unified Diff: chrome/client/clientDlg.h

Issue 10973: Test the feasibility of turning Chrome into a multi-process ActiveX control Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 12 years, 1 month 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 | « chrome/client/client.vcproj ('k') | chrome/client/clientDlg.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/client/clientDlg.h
===================================================================
--- chrome/client/clientDlg.h (revision 0)
+++ chrome/client/clientDlg.h (revision 0)
@@ -0,0 +1,34 @@
+// clientDlg.h : header file
+//
+
+#pragma once
+
+
+// CclientDlg dialog
+class CclientDlg : public CDialog
+{
+// Construction
+public:
+ CclientDlg(CWnd* pParent = NULL); // standard constructor
+
+// Dialog Data
+ enum { IDD = IDD_CLIENT_DIALOG };
+
+ protected:
+ virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
+
+
+// Implementation
+protected:
+ HICON m_hIcon;
+ HANDLE m_hProc;
+
+ // Generated message map functions
+ virtual BOOL OnInitDialog();
+ afx_msg void OnPaint();
+ afx_msg void OnDestroy();
+ afx_msg HCURSOR OnQueryDragIcon();
+
+ afx_msg void OnEmbedChrome();
+ DECLARE_MESSAGE_MAP()
+};
« no previous file with comments | « chrome/client/client.vcproj ('k') | chrome/client/clientDlg.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698