# HG changeset patch
# User t_mrc-ct@users.sourceforge.jp
# Date 1384090148 -32400
# Branch GECKO2430_2014013115_RELBRANCH
# Node ID 00846046a78031a62b48990286cbd84c23a6987a
# Parent  4a652d1c539cec9f3494d0192a60cdf7763aa9fa
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 "G3"
+#endif
\ No newline at end of file
