Index: trunk/src/content/public/common/content_switches.cc |
=================================================================== |
--- trunk/src/content/public/common/content_switches.cc (revision 255866) |
+++ trunk/src/content/public/common/content_switches.cc (working copy) |
@@ -914,6 +914,9 @@ |
// 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". |