This source file includes following definitions.
- EnableLaunchOnStartup
- DisplayAppInstalledNotification
- GetPreferencesMenuLabel
#include "chrome/browser/background/background_mode_manager.h"
#include "extensions/common/extension.h"
#include "grit/generated_resources.h"
#include "ui/base/l10n/l10n_util.h"
void BackgroundModeManager::EnableLaunchOnStartup(bool should_launch) {
NOTIMPLEMENTED();
}
void BackgroundModeManager::DisplayAppInstalledNotification(
const extensions::Extension* extension) {
NOTIMPLEMENTED();
}
base::string16 BackgroundModeManager::GetPreferencesMenuLabel() {
return l10n_util::GetStringUTF16(IDS_SETTINGS);
}