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..0e3f408fc0a40c84d688ad65588456fe88c5319b 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 true if profiler recording is enabled, and false otherwise. |
| + virtual bool EnableProfilerRecording() {return false;} |
|
vadimt
2015/03/12 18:23:03
ShouldEnable... ?
yao
2015/03/13 15:24:49
Done.
|
| + |
| protected: |
| friend class ContentClientInitializer; |