// Copyright 2022 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "content/common/main_frame_counter.h" #include "base/check_op.h" namespace content { // static size_t MainFrameCounter::main_frame_count_ = …; // static bool MainFrameCounter::has_main_frame() { … } // static void MainFrameCounter::IncrementCount() { … } // static void MainFrameCounter::DecrementCount() { … } } // namespace content