| Index: chrome/common/chrome_switches.cc | 
| =================================================================== | 
| --- chrome/common/chrome_switches.cc	(revision 63075) | 
| +++ chrome/common/chrome_switches.cc	(working copy) | 
| @@ -686,7 +686,7 @@ | 
| // Load NPAPI plugins from the specified directory. | 
| const char kExtraPluginDir[]                = "extra-plugin-dir"; | 
|  | 
| -// Make plugin processes log their sent and received messages to LOG(INFO). | 
| +// Make plugin processes log their sent and received messages to VLOG(1). | 
| const char kLogPluginMessages[]             = "log-plugin-messages"; | 
|  | 
| // Sets the minimum log level. Valid values are from 0 to 3: | 
|  |