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

Unified Diff: content/renderer/renderer_main_platform_delegate_mac.mm

Issue 25286002: Update OS version functions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 7 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: content/renderer/renderer_main_platform_delegate_mac.mm
diff --git a/content/renderer/renderer_main_platform_delegate_mac.mm b/content/renderer/renderer_main_platform_delegate_mac.mm
index e7cf9ffa4cdb7543858a5aaf55d1a7dd6537aa91..a5b8fdae454420869aedb772f1353a637c3eee41 100644
--- a/content/renderer/renderer_main_platform_delegate_mac.mm
+++ b/content/renderer/renderer_main_platform_delegate_mac.mm
@@ -141,7 +141,7 @@ bool RendererMainPlatformDelegate::EnableSandbox() {
//
// Chinese Handwriting was introduced in 10.6 and is confirmed broken on
// 10.6, 10.7, and 10.8. It's reportedly fixed on 10.9.
Mark Mentovai 2013/10/01 16:15:45 Comment needs revision? We can test this now.
Avi (use Gerrit) 2013/10/01 17:07:27 Asked rsesek to verify; I don't have Mavericks run
Avi (use Gerrit) 2013/10/01 18:01:03 Verified by rsesek.
- bool needs_ime_hack = !base::mac::IsOSLaterThanMountainLion_DontCallThis();
+ bool needs_ime_hack = !base::mac::IsOSMavericksOrLater();
if (needs_ime_hack) {
mach_error_t err = mach_override_ptr(
« chrome/browser/chrome_browser_main_mac.mm ('K') | « chrome/browser/chrome_browser_main_mac.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698