blob: f85436da5b7d8399aa3a3d4c1dc8a20e0efd209c [file] [log] [blame]
// Copyright 2021 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/apps/app_service/browser_app_instance_observer.h"
namespace apps {
void BrowserAppInstanceObserver::OnBrowserAppAdded(
const BrowserAppInstance& instance) {}
void BrowserAppInstanceObserver::OnBrowserAppUpdated(
const BrowserAppInstance& instance) {}
void BrowserAppInstanceObserver::OnBrowserAppRemoved(
const BrowserAppInstance& instance) {}
} // namespace apps