| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 13aa5b9bc0b69edfbbb4599a7326833032392d67..3bdae24d883ab8811e375d814824516db24c1d12 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -887,9 +887,6 @@ const char kMessageLoopHistogrammer[] = "message-loop-histogrammer";
|
| // performance tests.
|
| const char kMetricsRecordingOnly[] = "metrics-recording-only";
|
|
|
| -// Enables multiprofile Chrome.
|
| -const char kMultiProfiles[] = "multi-profiles";
|
| -
|
| // Sets the base logging level for the net log. Log 0 logs the most data.
|
| // Intended primarily for use with --log-net-log.
|
| const char kNetLogLevel[] = "net-log-level";
|
|
|