# HG changeset patch
# User t_mrc-ct@users.sourceforge.jp
# Date 1384090148 -32400
#      Sun Nov 10 22:29:08 2013 +0900
# Branch THUNDERBIRD3851_2015122815_RELBRANCH
# Node ID 49cfc33f25176cbdbda4459189685f7744b39847
# Parent  107319dede3e1a33ea1a8c805345ebfe1fc19eb4
add tuned info to User-Agent string

diff --git a/netwerk/protocol/http/OptimizedFor.h b/netwerk/protocol/http/OptimizedFor.h
--- a/netwerk/protocol/http/OptimizedFor.h
+++ b/netwerk/protocol/http/OptimizedFor.h
@@ -1,3 +1,7 @@
 /* Automatically generated by 10.4Fx builder */
 
+#if defined(TENFOURBIRD_TUNED)
+#define FX104_OPTIMIZED_FOR TENFOURBIRD_TUNED " Tenfourbird"
+#else
 #define FX104_OPTIMIZED_FOR "Debugging"
+#endif
\ No newline at end of file
