# HG changeset patch
# User t_mrc-ct@users.sourceforge.jp
# Date 1384090148 -32400
#      Sun Nov 10 22:29:08 2013 +0900
# Branch GECKO3810_2015070713_RELBRANCH
# Node ID 8e40d34870db5633dce83d5b87e632c6cd3ac921
# Parent  8b113a0dd352887786d237959fd23c4f427a4c6f
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
