Index: webkit/glue/user_agent.h |
diff --git a/webkit/glue/user_agent.h b/webkit/glue/user_agent.h |
index 60f6e53b7632dca4fe1808e6f174c2244b629846..5d2594aae21b9df11d319b740e0ce912b66d4e02 100644 |
--- a/webkit/glue/user_agent.h |
+++ b/webkit/glue/user_agent.h |
@@ -21,13 +21,6 @@ std::string GetWebKitVersion(); |
int GetWebKitMajorVersion(); |
int GetWebKitMinorVersion(); |
-#if defined(OS_ANDROID) |
-// Sets the OS component of the user agent (e.g. "4.0.4; Galaxy Nexus |
-// BUILD/IMM76K") |
-// TODO(yfriedman): Remove this ASAP (http://crbug.com/131312) |
-void SetUserAgentOSInfo(const std::string& os_info); |
-#endif |
- |
// Helper function to generate a full user agent string from a short |
// product name. |
std::string BuildUserAgentFromProduct(const std::string& product); |