| Index: chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- chrome/common/chrome_switches.cc (revision 56646)
|
| +++ chrome/common/chrome_switches.cc (working copy)
|
| @@ -513,6 +513,9 @@
|
| // Frequency in seconds for Extensions auto-update.
|
| const char kExtensionsUpdateFrequency[] = "extensions-update-frequency";
|
|
|
| +// Alternative feedback server to use when submitting user feedback
|
| +const char kFeedbackServer[] = "feedback-server";
|
| +
|
| // The file descriptor limit is set to the value of this switch, subject to the
|
| // OS hard limits. Useful for testing that file descriptor exhaustion is handled
|
| // gracefully.
|
|
|