| Index: chrome/app/chrome_main_delegate.h
|
| diff --git a/chrome/app/chrome_main_delegate.h b/chrome/app/chrome_main_delegate.h
|
| index a40861268ef76bfb945f5789fb2295ff59981470..d02f2088233aa7e4e4fb1fea60de035bc330b3ce 100644
|
| --- a/chrome/app/chrome_main_delegate.h
|
| +++ b/chrome/app/chrome_main_delegate.h
|
| @@ -42,6 +42,7 @@ class ChromeMainDelegate : public content::ContentMainDelegate {
|
| void ZygoteForked() override;
|
| #endif
|
|
|
| + bool EnableProfilerRecording() override;
|
| content::ContentBrowserClient* CreateContentBrowserClient() override;
|
| content::ContentPluginClient* CreateContentPluginClient() override;
|
| content::ContentRendererClient* CreateContentRendererClient() override;
|
|
|