Index: chrome_frame/html_utils.cc |
diff --git a/chrome_frame/html_utils.cc b/chrome_frame/html_utils.cc |
index 9458166657b77afeb561027a3d547433dd8f25cb..6c34d9ed23fbcec8248095eb44cab6950ef20310 100644 |
--- a/chrome_frame/html_utils.cc |
+++ b/chrome_frame/html_utils.cc |
@@ -385,7 +385,7 @@ const char* GetChromeUserAgent() { |
product += version_info.is_valid() ? version_info.Version() |
: "0.0.0.0"; |
- ua = webkit_glue::BuildUserAgentHelper(false, product); |
+ ua = webkit_glue::BuildUserAgentHelper(product); |
DCHECK(ua.length() < arraysize(g_chrome_user_agent)); |
lstrcpynA(g_chrome_user_agent, ua.c_str(), |