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

Unified Diff: content/public/common/user_agent.h

Issue 2152023003: Remove unused content::GetWebKitMajorVersion() and content::GetWebKitMinorVersion(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « content/common/user_agent.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/user_agent.h
diff --git a/content/public/common/user_agent.h b/content/public/common/user_agent.h
index 107440e91de40f798ee73c0cb1b3451fb32e37a6..8a095a81c92ea8d9e61e302ddf02d429a29d0b32 100644
--- a/content/public/common/user_agent.h
+++ b/content/public/common/user_agent.h
@@ -14,10 +14,6 @@ namespace content {
// Returns the WebKit version, in the form "major.minor (branch@revision)".
CONTENT_EXPORT std::string GetWebKitVersion();
-// The following 2 functions return the major and minor webkit versions.
-CONTENT_EXPORT int GetWebKitMajorVersion();
-CONTENT_EXPORT int GetWebKitMinorVersion();
-
CONTENT_EXPORT std::string GetWebKitRevision();
// Builds a User-agent compatible string that describes the OS and CPU type.
« no previous file with comments | « content/common/user_agent.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698