# HG changeset patch
# User t_mrc-ct@users.sourceforge.jp
# Date 1384090148 -32400
# Branch GECKO3140_2015010914_RELBRANCH
# Node ID 9638588d4c15cdf6fe3cbdbffbe0f2c3ad00d548
# Parent  2c09e1dbbef4330ecc40aff1eeda0a93d4325af0
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
