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

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: fixed review issues Created 8 years, 3 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
« no previous file with comments | « content/public/browser/navigation_controller.h ('k') | webkit/glue/user_agent.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « content/public/browser/navigation_controller.h ('k') | webkit/glue/user_agent.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698