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..7d8af25a7d5dcd26cb7ec493bfab159473c40045 100644 |
--- a/content/public/app/content_main_delegate.h |
+++ b/content/public/app/content_main_delegate.h |
@@ -76,6 +76,11 @@ class CONTENT_EXPORT ContentMainDelegate { |
virtual void ZygoteForked() {} |
#endif // OS_MACOSX |
+ // TODO(vadimt, yiyaoliu): Remove this function once crbug.com/453640 is |
+ // fixed. |
+ // Returns whether or not profiler recording should be enabled. |
+ virtual bool ShouldEnableProfilerRecording() {return false;} |
+ |
protected: |
friend class ContentClientInitializer; |