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

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: fix for Dan's comments 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
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(
+ const std::string& product);
+
} // namespace webkit_glue
#endif // WEBKIT_GLUE_USER_AGENT_H_

Powered by Google App Engine
This is Rietveld 408576698