blob: fdc1bd3aa7ad8c7ae94396556fb4e3bf56e6e00d [file] [log] [blame]
// Copyright 2011 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "base/notimplemented.h"
#include "chrome/browser/background/extensions/background_mode_manager.h"
// No background jobs for aura for now.
void BackgroundModeManager::DisplayClientInstalledNotification(
const std::u16string& name) {
NOTIMPLEMENTED();
}