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

Unified Diff: chrome/browser/chrome_browser_main.cc

Issue 1183633003: cross gn Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: slightly smaller diff Created 4 years, 5 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 | « chrome/BUILD.gn ('k') | chrome/chrome_watcher/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_browser_main.cc
diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc
index a93e7fc9b0ab471f5568e8b38c206742dc1db617..ecb139edc5b8755c17089cb663335f86ddf6ed81 100644
--- a/chrome/browser/chrome_browser_main.cc
+++ b/chrome/browser/chrome_browser_main.cc
@@ -1045,8 +1045,8 @@ int ChromeBrowserMainParts::PreCreateThreadsImpl() {
// affects tracing the browser startup. Also, this is only relevant for the
// browser process, as other processes will get all the flags on their command
// line regardless of the origin (command line or about:flags).
- if (parsed_command_line().HasSwitch(switches::kTraceExportEventsToETW))
- base::trace_event::TraceEventETWExport::EnableETWExport();
+ //if (parsed_command_line().HasSwitch(switches::kTraceExportEventsToETW))
+ //base::trace_event::TraceEventETWExport::EnableETWExport();
#endif // OS_WIN
local_state_->UpdateCommandLinePrefStore(
« no previous file with comments | « chrome/BUILD.gn ('k') | chrome/chrome_watcher/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698