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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/client/client.vcproj ('k') | chrome/client/clientDlg.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // clientDlg.h : header file
2 //
3
4 #pragma once
5
6
7 // CclientDlg dialog
8 class CclientDlg : public CDialog
9 {
10 // Construction
11 public:
12 CclientDlg(CWnd* pParent = NULL); // standard constructor
13
14 // Dialog Data
15 enum { IDD = IDD_CLIENT_DIALOG };
16
17 protected:
18 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV suppo rt
19
20
21 // Implementation
22 protected:
23 HICON m_hIcon;
24 HANDLE m_hProc;
25
26 // Generated message map functions
27 virtual BOOL OnInitDialog();
28 afx_msg void OnPaint();
29 afx_msg void OnDestroy();
30 afx_msg HCURSOR OnQueryDragIcon();
31
32 afx_msg void OnEmbedChrome();
33 DECLARE_MESSAGE_MAP()
34 };
OLDNEW
« 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