| Index: content/public/app/content_main_delegate.cc
|
| diff --git a/content/public/app/content_main_delegate.cc b/content/public/app/content_main_delegate.cc
|
| index 8ce2e3a63554e0a2de65627457445bb9cfff1977..a7dfe022ac1e0f2f072e7fc1ece4178db15cf580 100644
|
| --- a/content/public/app/content_main_delegate.cc
|
| +++ b/content/public/app/content_main_delegate.cc
|
| @@ -50,6 +50,10 @@ void ContentMainDelegate::ZygoteStarting(
|
|
|
| #endif
|
|
|
| +bool ContentMainDelegate::ShouldEnableProfilerRecording() {
|
| + return false;
|
| +}
|
| +
|
| ContentBrowserClient* ContentMainDelegate::CreateContentBrowserClient() {
|
| #if defined(CHROME_MULTIPLE_DLL_CHILD)
|
| return NULL;
|
|
|