Index: webkit/glue/user_agent.h |
diff --git a/webkit/glue/user_agent.h b/webkit/glue/user_agent.h |
index 60f6e53b7632dca4fe1808e6f174c2244b629846..126948e5b0a0bf9a90c931afb67e19f64d90ebd3 100644 |
--- a/webkit/glue/user_agent.h |
+++ b/webkit/glue/user_agent.h |
@@ -32,6 +32,9 @@ void SetUserAgentOSInfo(const std::string& os_info); |
// product name. |
std::string BuildUserAgentFromProduct(const std::string& product); |
+std::string BuildUserAgentOverrideForTabletSiteFromUserAgent( |
gone
2012/08/03 00:08:26
Add comment describing function.
sschmitz
2012/08/03 15:36:58
Done.
|
+ const std::string& user_agent); |
+ |
} // namespace webkit_glue |
#endif // WEBKIT_GLUE_USER_AGENT_H_ |