 Chromium Code Reviews
 Chromium Code Reviews Issue 9513006:
  First pass at content shell for the Mac. Doesn't work yet.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src
    
  
    Issue 9513006:
  First pass at content shell for the Mac. Doesn't work yet.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src| 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) { |