Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3297)

Unified Diff: chrome/app/chrome_main_delegate.h

Issue 999883002: Profiler-instrumentation of the startup time. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments. Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/app/chrome_main_delegate.cc » ('j') | chrome/app/chrome_main_delegate.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | chrome/app/chrome_main_delegate.cc » ('j') | chrome/app/chrome_main_delegate.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698