Index: webkit/glue/user_agent.h |
diff --git a/webkit/glue/user_agent.h b/webkit/glue/user_agent.h |
index c82571f203128915d19aaf53277086cf794cb3df..aba774bf2c13b8514fbd5d1c0bba781313c13b2a 100644 |
--- a/webkit/glue/user_agent.h |
+++ b/webkit/glue/user_agent.h |
@@ -30,6 +30,9 @@ std::string BuildUserAgentFromProduct(const std::string& product); |
std::string BuildUserAgentFromOSAndProduct(const std::string& os_info, |
const std::string& product); |
+std::string BuildUserAgentOverrideForTabletSiteFromProduct( |
jamesr
2012/09/07 23:58:30
I don't think you really want a separate entry poi
sschmitz
2012/09/08 00:40:39
I agree. I removed this function from user_agent.h
|
+ const std::string& product); |
+ |
} // namespace webkit_glue |
#endif // WEBKIT_GLUE_USER_AGENT_H_ |