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

Unified Diff: content/app/content_main.cc

Issue 9513006: First pass at content shell for the Mac. Doesn't work yet. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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
Index: content/app/content_main.cc
diff --git a/content/app/content_main.cc b/content/app/content_main.cc
index c82d7904da45b15f50a313c6b75dcab22bb6ce1a..3fe931c8efea81977668141f3cec5a03d1619663 100644
--- a/content/app/content_main.cc
+++ b/content/app/content_main.cc
@@ -14,6 +14,9 @@ int ContentMain(HINSTANCE instance,
sandbox::SandboxInterfaceInfo* sandbox_info,
ContentMainDelegate* delegate) {
#else
+#if defined(OS_MACOSX)
Mark Mentovai 2012/02/28 20:12:40 Refer to my comments in the unexport file for my s
Avi (use Gerrit) 2012/02/29 19:46:50 Done.
+__attribute__((visibility("default")))
+#endif // OS_MACOSX
int ContentMain(int argc,
const char** argv,
ContentMainDelegate* delegate) {

Powered by Google App Engine
This is Rietveld 408576698