Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: webkit/glue/user_agent.h

Issue 10827146: crbug.com/127841 - Request Tablet Site on CB with touch screen. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: removed spurious whitespace differences wrt master Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698