summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.h
diff options
context:
space:
mode:
authormmenke@chromium.org <mmenke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-13 13:55:10 +0000
committermmenke@chromium.org <mmenke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-13 13:55:10 +0000
commit9319035b01befc8d59c9c1c7f9d83fbe15b0ba79 (patch)
tree4f871697a10d9e6b46630571edb298982b550d42 /chrome/common/chrome_switches.h
parent0e6fd884e68670a70a857d092b79fb7e71bf3856 (diff)
downloadchromium_src-9319035b01befc8d59c9c1c7f9d83fbe15b0ba79.zip
chromium_src-9319035b01befc8d59c9c1c7f9d83fbe15b0ba79.tar.gz
chromium_src-9319035b01befc8d59c9c1c7f9d83fbe15b0ba79.tar.bz2
Redirects NetLog output to the log file, when the command line
option "--log-net-log" is used. BUG= 50987 TEST= Run "chrome --log-net-log --enable-logging --log-level=0" And then check to make sure the log contains the NetLog events. Review URL: http://codereview.chromium.org/3040051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56021 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r--chrome/common/chrome_switches.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index 0078657..8fa9a2d 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -188,6 +188,7 @@ extern const char kLoadExtension[];
extern const char kLoadPlugin[];
extern const char kExtraPluginDir[];
extern const char kLogFilterPrefix[];
+extern const char kLogNetLog[];
extern const char kLogPluginMessages[];
extern const char kLoggingLevel[];
extern const char kMakeDefaultBrowser[];