Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(490)

Side by Side Diff: chrome/browser/background_mode_manager_chromeos.cc

Issue 5368002: Move Mac LaunchOnStartup enable/disable to File thread (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed previous attempt to resolve merge conflict Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "chrome/browser/background_mode_manager.h"
6
7 #include "app/l10n_util.h"
8 #include "grit/generated_resources.h"
9
10 void BackgroundModeManager::EnableLaunchOnStartup(bool should_launch) {
11 NOTREACHED();
12 }
13
14 string16 BackgroundModeManager::GetPreferencesMenuLabel() {
15 return l10n_util::GetStringUTF16(IDS_SETTINGS);
16 }
OLDNEW
« no previous file with comments | « chrome/browser/background_mode_manager.cc ('k') | chrome/browser/background_mode_manager_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698