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

Unified Diff: cc/base/switches.cc

Issue 18174006: Allow tracing to console everywhere. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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
Index: cc/base/switches.cc
diff --git a/cc/base/switches.cc b/cc/base/switches.cc
index 77682e67d4380680f8a540a8282cc7f64e31483e..6c6faff9e8b8232400f0a3f6039dbcde21f836f3 100644
--- a/cc/base/switches.cc
+++ b/cc/base/switches.cc
@@ -130,10 +130,6 @@ const char kUseMapImage[] = "use-map-image";
// Prevents the layer tree unit tests from timing out.
const char kCCLayerTreeTestNoTimeout[] = "cc-layer-tree-test-no-timeout";
-// Trace events get dumped to stderr for debugging purposes.
-const char kCCUnittestsTraceEventsToVLOG[] =
- "cc-unittests-trace-events-to-vlog";
-
bool IsImplSidePaintingEnabled() {
const CommandLine& command_line = *CommandLine::ForCurrentProcess();

Powered by Google App Engine
This is Rietveld 408576698