From ab0a50979b9eb4dfa3320eff7e187e41efedf7a9 Mon Sep 17 00:00:00 2001 From: Jocelyn Turcotte Date: Fri, 8 Aug 2014 14:30:41 +0200 Subject: Update Chromium to beta version 37.0.2062.68 Change-Id: I188e3b5aff1bec75566014291b654eb19f5bc8ca Reviewed-by: Andras Becsi --- chromium/ppapi/c/ppb_message_loop.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chromium/ppapi/c/ppb_message_loop.h') diff --git a/chromium/ppapi/c/ppb_message_loop.h b/chromium/ppapi/c/ppb_message_loop.h index 0ddce165c15..26725bcf3ea 100644 --- a/chromium/ppapi/c/ppb_message_loop.h +++ b/chromium/ppapi/c/ppb_message_loop.h @@ -76,8 +76,8 @@ * The main thread has an implicitly created message loop. The main thread is * the thread where PPP_InitializeModule and PPP_Instance functions are called. * You can retrieve a reference to this message loop by calling - * GetForMainThread() or, if your code is on the main thread, - * GetForCurrentThread() will also work. + * GetForMainThread() or, if your code is on the main thread, GetCurrent() will + * also work. * * Some special threads created by the system can not have message loops. In * particular, the background thread created for audio processing has this -- cgit v1.2.3