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

Side by Side Diff: chrome/client/client.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/Resource.h ('k') | chrome/client/client.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 // client.h : main header file for the PROJECT_NAME application
2 //
3
4 #pragma once
5
6 #ifndef __AFXWIN_H__
7 #error "include 'stdafx.h' before including this file for PCH"
8 #endif
9
10 #include "resource.h" // main symbols
11
12
13 // CclientApp:
14 // See client.cpp for the implementation of this class
15 //
16
17 class CclientApp : public CWinApp
18 {
19 public:
20 CclientApp();
21
22 // Overrides
23 public:
24 virtual BOOL InitInstance();
25
26 // Implementation
27
28 DECLARE_MESSAGE_MAP()
29 };
30
31 extern CclientApp theApp;
OLDNEW
« no previous file with comments | « chrome/client/Resource.h ('k') | chrome/client/client.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698