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

Side by Side Diff: components/feedback/common/feedback_switches.cc

Issue 225183018: Move feedback files into src/components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove chrome/ from gyp files Created 6 years, 8 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 unified diff | Download patch
OLDNEW
(Empty)
1 #include "components/feedback/common/feedback_switches.h"
2
3 namespace switches {
4
5 // Alternative feedback server to use when submitting user feedback
6 const char kFeedbackServer[] = "feedback-server";
7
8 } // namespace switches
9
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698