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

Unified Diff: content/shell/shell_main_delegate.h

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/shell/shell_main_delegate.h
diff --git a/content/shell/shell_main_delegate.h b/content/shell/shell_main_delegate.h
index 39a014491946a00c577dd022c7f38a39c54c7c95..0b1b21bc05297e02bc5be3277e0bd37266fe2910 100644
--- a/content/shell/shell_main_delegate.h
+++ b/content/shell/shell_main_delegate.h
@@ -18,7 +18,11 @@ class ShellContentPluginClient;
class ShellContentUtilityClient;
} // namespace content
-class ShellMainDelegate : public content::ContentMainDelegate {
+class
+#if defined(OS_MACOSX)
+__attribute__((visibility("default")))
+#endif // OS_MACOSX
+ShellMainDelegate : public content::ContentMainDelegate {
public:
ShellMainDelegate();
virtual ~ShellMainDelegate();

Powered by Google App Engine
This is Rietveld 408576698