Index: components/feedback/feedback_switches.cc |
diff --git a/components/infobars/core/infobars_switches.cc b/components/feedback/feedback_switches.cc |
similarity index 53% |
copy from components/infobars/core/infobars_switches.cc |
copy to components/feedback/feedback_switches.cc |
index deb21a76a1ac1aa018a32973a2a5c52fc10ed207..74f1bec27ce1771c7f207378af34e8a76c4167cf 100644 |
--- a/components/infobars/core/infobars_switches.cc |
+++ b/components/feedback/feedback_switches.cc |
@@ -2,13 +2,12 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "components/infobars/core/infobars_switches.h" |
+#include "components/feedback/feedback_switches.h" |
-namespace infobars { |
namespace switches { |
-// Prevent infobars from appearing. |
-const char kDisableInfoBars[] = "disable-infobars"; |
+// Alternative feedback server to use when submitting user feedback |
+const char kFeedbackServer[] = "feedback-server"; |
} // namespace switches |
-} // namespace infobars |
+ |