Chromium Code Reviews| Index: content/public/app/content_main_delegate.h |
| diff --git a/content/public/app/content_main_delegate.h b/content/public/app/content_main_delegate.h |
| index 6191d7815e6841b2c857b9f93f8f98bb56329d35..85c36f57972af751a6713b7335e92dbd3ff76bda 100644 |
| --- a/content/public/app/content_main_delegate.h |
| +++ b/content/public/app/content_main_delegate.h |
| @@ -76,6 +76,9 @@ class CONTENT_EXPORT ContentMainDelegate { |
| virtual void ZygoteForked() {} |
| #endif // OS_MACOSX |
| + // Returns whether or not profiler recording should be enabled. |
| + virtual bool ShouldEnableProfilerRecording() {return false;} |
|
vadimt
2015/03/13 15:27:41
Please mention the bug here too.
yao
2015/03/13 15:35:01
Done.
|
| + |
| protected: |
| friend class ContentClientInitializer; |