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..f2413fd9d013c82dad86d335568a9e3b3ea6046f 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 |
+ // Enable profiler recording. |
+ virtual void EnableProfilerRecording() {} |
+ |
protected: |
friend class ContentClientInitializer; |