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..f1a54871fd008613293b3e27c48a2e01b80fb100 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 ShouldEnableProfilerRecording() override; |
cpu_(ooo_6.6-7.5)
2015/03/16 22:16:25
this function looks like it is in the middle of a
yao
2015/03/17 14:32:01
Sorry I don't quite understand your suggestion her
vadimt
2015/03/17 14:37:26
yao@, it looks like there are 2 sections of overri
yao
2015/03/17 14:44:46
Like this?
(Also, The first half is public in th
|
content::ContentBrowserClient* CreateContentBrowserClient() override; |
content::ContentPluginClient* CreateContentPluginClient() override; |
content::ContentRendererClient* CreateContentRendererClient() override; |