Commit-Queue | +1 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Should we remove the switch itself as well?
There are a couple more usages of it in the code:
https://source.chromium.org/search?q=kTraceToConsole
kTraceToConsole has subtle dependancy on code that's
Please fix this WARNING reported by Spellchecker: "dependancy" is a possible misspelling of "dependency".
To bypass Spellchecker,...
"dependancy" is a possible misspelling of "dependency".
To bypass Spellchecker, add a footer with DISABLE_SPELLCHECKER
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Should we remove the switch itself as well?
There are a couple more usages of it in the code:
https://source.chromium.org/search?q=kTraceToConsole
Done.
Please fix this WARNING reported by Spellchecker: "dependancy" is a possible misspelling of "dependency".
To bypass Spellchecker,...
"dependancy" is a possible misspelling of "dependency".
To bypass Spellchecker, add a footer with DISABLE_SPELLCHECKER
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Code-Review | +1 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
+dtapuska@ for content/
+fangzhoug@ for ui/ozone/demo
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Code-Review | +1 |
Owners-Override | +1 |
#include "components/tracing/common/tracing_switches.h"
I think this can be removed.
#include "components/tracing/common/tracing_switches.h"
remove?
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
I think this can be removed.
Done
#include "components/tracing/common/tracing_switches.h"
Etienne Pierre-Dorayremove?
Done
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
6 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: ui/ozone/demo/ozone_demo.cc
Insertions: 0, Deletions: 1.
@@ -16,7 +16,6 @@
#include "base/task/thread_pool/thread_pool_instance.h"
#include "base/trace_event/trace_event.h"
#include "build/build_config.h"
-#include "components/tracing/common/tracing_switches.h"
#include "mojo/core/embedder/embedder.h"
#include "ui/events/ozone/layout/keyboard_layout_engine.h"
#include "ui/events/ozone/layout/keyboard_layout_engine_manager.h"
```
```
The name of the file: ui/ozone/demo/skia/skia_demo.cc
Insertions: 0, Deletions: 1.
@@ -15,7 +15,6 @@
#include "base/task/single_thread_task_executor.h"
#include "base/task/thread_pool/thread_pool_instance.h"
#include "base/trace_event/trace_event.h"
-#include "components/tracing/common/tracing_switches.h"
#include "mojo/core/embedder/embedder.h"
#include "ui/events/ozone/layout/keyboard_layout_engine.h"
#include "ui/events/ozone/layout/keyboard_layout_engine_manager.h"
```
```
The name of the file: content/app/content_main.cc
Insertions: 0, Deletions: 1.
@@ -34,7 +34,6 @@
#include "base/trace_event/trace_log.h"
#include "build/build_config.h"
#include "components/embedder_support/switches.h"
-#include "components/tracing/common/tracing_switches.h"
#include "content/app/content_main_runner_impl.h"
#include "content/public/app/content_main_delegate.h"
#include "content/public/common/content_switches.h"
```
[tracing] Remove support for kTraceToConsole switch
This has been broken ToT for a few years now, due
to initialization order.
kTraceToConsole has subtle dependency on code that's
meant to be for testing, see:
https://source.chromium.org/chromium/chromium/src/+/main:base/trace_event/trace_log.cc;l=486;drc=48f660fbabd7ec824f280cbdf7f33dac87ef37dc
There is limited use case for this, as traces have been getting
richer with perfetto, so I don't think it's worth fixing, and
I'm removing the code instead to unblock other work.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Code-Review | +1 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |