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

Unified Diff: chrome/browser/background/background_mode_manager_linux.cc

Issue 7850026: Aura under Linux (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: White spaces Created 9 years, 3 months 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/background_mode_manager_linux.cc
diff --git a/chrome/browser/background/background_mode_manager_linux.cc b/chrome/browser/background/background_mode_manager_linux.cc
index 2b076c10a113aba00562f2847c6c4163f36820ff..b4495c5c5224fbac4e909f604dd6830aba3d4392 100644
--- a/chrome/browser/background/background_mode_manager_linux.cc
+++ b/chrome/browser/background/background_mode_manager_linux.cc
@@ -85,8 +85,10 @@ void BackgroundModeManager::DisplayAppInstalledNotification(
}
string16 BackgroundModeManager::GetPreferencesMenuLabel() {
+#if !defined(USE_AURA)
string16 result = gtk_util::GetStockPreferencesMenuLabel();
if (!result.empty())
return result;
+#endif
return l10n_util::GetStringUTF16(IDS_PREFERENCES);
}

Powered by Google App Engine
This is Rietveld 408576698