| // Copyright 2025 The Chromium Authors | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| #include "chrome/browser/default_browser/default_browser_monitor.h" | |
| namespace default_browser { | |
| void DefaultBrowserMonitor::StartMonitor() { | |
| // Do nothing. | |
| } | |
| } // namespace default_browser |