Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(115)

Unified Diff: components/feedback/feedback_switches.cc

Issue 225183018: Move feedback files into src/components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase to latest Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
+

Powered by Google App Engine
This is Rietveld 408576698