summaryrefslogtreecommitdiffstats
path: root/content/app
diff options
context:
space:
mode:
authorharaken@chromium.org <haraken@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-28 08:22:06 +0000
committerharaken@chromium.org <haraken@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-28 08:22:06 +0000
commita361fce28da709ea872062f30fb4b65fcc37b695 (patch)
treec975fb42c7616c28f10bf6e9df3700c664a6f7d6 /content/app
parenteaf27eb5ad042c0c8817f835d839e5cedc858330 (diff)
downloadchromium_src-a361fce28da709ea872062f30fb4b65fcc37b695.zip
chromium_src-a361fce28da709ea872062f30fb4b65fcc37b695.tar.gz
chromium_src-a361fce28da709ea872062f30fb4b65fcc37b695.tar.bz2
Revert 242671 "Implement sampling profiler (chromium side change)"
> Implement sampling profiler (chromium side change) > > Trace-viewer side change is here: https://codereview.appspot.com/39310043 > > Screenshot of the profiler: http://haraken.info/null/sampling_tracing.png > > Design document: https://docs.google.com/a/google.com/document/d/1j39sbA9ECTwFFlxbhSD1EvJnGfYeS5EUJ05yxuku6VY/edit > > TBR=phajdan.jr > NOTRY=true > > Review URL: https://codereview.chromium.org/109933006 TBR=haraken@chromium.org Review URL: https://codereview.chromium.org/122053002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242679 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/app')
-rw-r--r--content/app/content_main_runner.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/content/app/content_main_runner.cc b/content/app/content_main_runner.cc
index f59f177..33bb2a3 100644
--- a/content/app/content_main_runner.cc
+++ b/content/app/content_main_runner.cc
@@ -671,7 +671,6 @@ class ContentMainRunnerImpl : public ContentMainRunner {
command_line.GetSwitchValueASCII(switches::kTraceStartup));
base::debug::TraceLog::GetInstance()->SetEnabled(
category_filter,
- base::debug::TraceLog::RECORDING_MODE,
base::debug::TraceLog::RECORD_UNTIL_FULL);
}
#if !defined(OS_ANDROID)