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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/client/Resource.h ('k') | chrome/client/client.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/client/client.h
===================================================================
--- chrome/client/client.h (revision 0)
+++ chrome/client/client.h (revision 0)
@@ -0,0 +1,31 @@
+// client.h : main header file for the PROJECT_NAME application
+//
+
+#pragma once
+
+#ifndef __AFXWIN_H__
+ #error "include 'stdafx.h' before including this file for PCH"
+#endif
+
+#include "resource.h" // main symbols
+
+
+// CclientApp:
+// See client.cpp for the implementation of this class
+//
+
+class CclientApp : public CWinApp
+{
+public:
+ CclientApp();
+
+// Overrides
+ public:
+ virtual BOOL InitInstance();
+
+// Implementation
+
+ DECLARE_MESSAGE_MAP()
+};
+
+extern CclientApp theApp;
« 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