diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-19 18:14:30 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-19 18:14:30 +0000 |
commit | 7316a48f3e4c3ab1892d696e17cafb795ed93aaf (patch) | |
tree | eb8578b0bf7e49a7b97ac70fba6f91441a47e4bc /chrome/common/chrome_switches.cc | |
parent | 8b8e7c9bce4198a4ee2865d9dfce6e8baa173ad3 (diff) | |
download | chromium_src-7316a48f3e4c3ab1892d696e17cafb795ed93aaf.zip chromium_src-7316a48f3e4c3ab1892d696e17cafb795ed93aaf.tar.gz chromium_src-7316a48f3e4c3ab1892d696e17cafb795ed93aaf.tar.bz2 |
Revert "Checkin for CL: http://codereview.chromium.org/3061044/show"
Broke compile.
TBR=rkc
Review URL: http://codereview.chromium.org/3199006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56717 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index 562e7af4..bc00a4ef 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -517,9 +517,6 @@ const char kExtensionProcess[] = "extension"; // 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. |