mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Fix clang-tidy warnings (see #3632)
This commit is contained in:
@@ -130,7 +130,9 @@ class CefBrowserInfo : public base::RefCountedThreadSafe<CefBrowserInfo> {
|
||||
friend class CefBrowserInfo;
|
||||
friend class base::RefCounted<NavigationLock>;
|
||||
|
||||
// All usage is via friend declaration. NOLINTNEXTLINE
|
||||
NavigationLock();
|
||||
// All usage is via friend declaration. NOLINTNEXTLINE
|
||||
~NavigationLock();
|
||||
|
||||
base::OnceClosure pending_action_;
|
||||
|
Reference in New Issue
Block a user