From 552906b0f222c5d5dd11b9fd73829d510980461a Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Thu, 16 Jul 2020 11:45:35 +0200 Subject: BASELINE: Update Chromium to 83.0.4103.122 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ie3a82f5bb0076eec2a7c6a6162326b4301ee291e Reviewed-by: Michael BrĂ¼ning --- chromium/base/callback_helpers.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chromium/base/callback_helpers.h') diff --git a/chromium/base/callback_helpers.h b/chromium/base/callback_helpers.h index 1db35ee0c22..a35fd040291 100644 --- a/chromium/base/callback_helpers.h +++ b/chromium/base/callback_helpers.h @@ -93,6 +93,8 @@ RepeatingCallback AdaptCallbackForRepeating( // ScopedClosureRunner is akin to std::unique_ptr<> for Closures. It ensures // that the Closure is executed no matter how the current scope exits. +// If you are looking for "ScopedCallback", "CallbackRunner", or +// "CallbackScoper" this is the class you want. class BASE_EXPORT ScopedClosureRunner { public: ScopedClosureRunner(); -- cgit v1.2.1