Index: content/public/common/content_switches.cc |
=================================================================== |
--- content/public/common/content_switches.cc (revision 255867) |
+++ content/public/common/content_switches.cc (working copy) |
@@ -914,9 +914,6 @@ |
// Set when Chromium should use a mobile user agent. |
const char kUseMobileUserAgent[] = "use-mobile-user-agent"; |
-// A string used to override the default user agent with a custom one. |
-const char kUserAgent[] = "user-agent"; |
- |
// On POSIX only: the contents of this flag are prepended to the utility |
// process command line. Useful values might be "valgrind" or "xterm -e gdb |
// --args". |