summaryrefslogtreecommitdiffstats
path: root/chrome/browser/background_mode_manager_chromeos.cc
blob: 8439f187da475b3235cec648d1ccd68d4b64f395 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Copyright (c) 2010 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/background_mode_manager.h"

#include "app/l10n_util.h"
#include "grit/generated_resources.h"

void BackgroundModeManager::EnableLaunchOnStartup(bool should_launch) {
  NOTREACHED();
}

string16 BackgroundModeManager::GetPreferencesMenuLabel() {
  return l10n_util::GetStringUTF16(IDS_SETTINGS);
}