Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index fdf50ccad1f8daafb6e40ad0bd99ea66ebb24e84..506e5c4285cdc9814579e3e8b16fee5e7c3e3b27 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -691,8 +691,7 @@ const char kLogGpuControlListDecisions[] = "log-gpu-control-list-decisions"; |
// INFO = 0, WARNING = 1, LOG_ERROR = 2, LOG_FATAL = 3. |
const char kLoggingLevel[] = "log-level"; |
-// Enables displaying net log events on the command line, or writing the events |
-// to a separate file if a file name is given. |
+// Enables saving net log events to a file and sets the file name to use. |
const char kLogNetLog[] = "log-net-log"; |
// Make plugin processes log their sent and received messages to VLOG(1). |