Bug 1362501 - Use LINUX_PLATFORM for Safe Browsing on non-Windows and non-OSX platforms. r=gcp
MozReview-Commit-ID: 58059M8IhL
This commit is contained in:
@@ -92,7 +92,8 @@ GetPlatformType()
|
||||
#elif defined(XP_WIN)
|
||||
return WINDOWS_PLATFORM;
|
||||
#else
|
||||
return PLATFORM_TYPE_UNSPECIFIED;
|
||||
// Default to Linux for other platforms (see bug 1362501).
|
||||
return LINUX_PLATFORM;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user