| Index: content/shell/shell_browser_main.cc
|
| diff --git a/content/shell/shell_browser_main.cc b/content/shell/shell_browser_main.cc
|
| index 7f7b30dc60937b0180f3008534c53f25228dd3aa..eeaa23f6b13df390c0264cbdda150f49bb83ef2a 100644
|
| --- a/content/shell/shell_browser_main.cc
|
| +++ b/content/shell/shell_browser_main.cc
|
| @@ -46,6 +46,11 @@ ShellBrowserMainParts::ShellBrowserMainParts(
|
| ShellBrowserMainParts::~ShellBrowserMainParts() {
|
| }
|
|
|
| +#if !defined(OS_MACOSX)
|
| +void ShellBrowserMainParts::PreMainMessageLoopStart() {
|
| +}
|
| +#endif
|
| +
|
| MessageLoop* ShellBrowserMainParts::GetMainMessageLoop() {
|
| return NULL;
|
| }
|
|
|