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

Unified Diff: chrome/browser/background_mode_manager_chromeos.cc

Issue 5690001: chromeos: Fix shared linking. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/background_mode_manager_chromeos.cc
diff --git a/chrome/browser/background_mode_manager_chromeos.cc b/chrome/browser/background_mode_manager_chromeos.cc
index 8439f187da475b3235cec648d1ccd68d4b64f395..0fd1c99a72bcc11149c1b9531a1aaa17d5c10444 100644
--- a/chrome/browser/background_mode_manager_chromeos.cc
+++ b/chrome/browser/background_mode_manager_chromeos.cc
@@ -7,10 +7,6 @@
#include "app/l10n_util.h"
#include "grit/generated_resources.h"
The wrong rickcam account 2010/12/09 17:34:27 I recommend dropping this change in favor of the #
-void BackgroundModeManager::EnableLaunchOnStartup(bool should_launch) {
- NOTREACHED();
-}
-
string16 BackgroundModeManager::GetPreferencesMenuLabel() {
return l10n_util::GetStringUTF16(IDS_SETTINGS);
}
« no previous file with comments | « no previous file | chrome/browser/background_mode_manager_linux.cc » ('j') | chrome/browser/background_mode_manager_linux.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698