| Index: chrome/common/crash_keys.h
|
| diff --git a/chrome/common/crash_keys.h b/chrome/common/crash_keys.h
|
| index 03767fe96021e84828d936b4f29d0d07ca4f2cf2..cd405f60266267dc9ec77e25ef0f555a3815f258 100644
|
| --- a/chrome/common/crash_keys.h
|
| +++ b/chrome/common/crash_keys.h
|
| @@ -49,14 +49,6 @@ class ScopedPrinterInfo {
|
| // The URL of the active tab.
|
| extern const char kActiveURL[];
|
|
|
| -// Process command line switches. |kSwitch| should be formatted with an integer,
|
| -// in the range [1, kSwitchesMaxCount].
|
| -const size_t kSwitchesMaxCount = 15;
|
| -extern const char kSwitch[];
|
| -// The total number of switches, used to report the total in case more than
|
| -// |kSwitchesMaxCount| are present.
|
| -extern const char kNumSwitches[];
|
| -
|
| // Installed extensions. |kExtensionID| should be formatted with an integer,
|
| // in the range [0, kExtensionIDMaxCount).
|
| const size_t kExtensionIDMaxCount = 10;
|
|
|