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

Unified Diff: chrome/browser/ui/ash/system_tray_delegate_chromeos.cc

Issue 2448373002: chromeos: Move ownership of system tray width from chrome to ash (Closed)
Patch Set: Created 4 years, 2 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/ui/ash/system_tray_delegate_chromeos.cc
diff --git a/chrome/browser/ui/ash/system_tray_delegate_chromeos.cc b/chrome/browser/ui/ash/system_tray_delegate_chromeos.cc
index 7c4c33f2ae70efd87104812477b16d145b577569..b348dfdaeea2cb99f3396545d6dec458f5d2d761 100644
--- a/chrome/browser/ui/ash/system_tray_delegate_chromeos.cc
+++ b/chrome/browser/ui/ash/system_tray_delegate_chromeos.cc
@@ -608,11 +608,6 @@ bool SystemTrayDelegateChromeOS::GetSessionLengthLimit(
return have_session_length_limit_;
}
-int SystemTrayDelegateChromeOS::GetSystemTrayMenuWidth() {
- return l10n_util::GetLocalizedContentsWidthInPixels(
- IDS_SYSTEM_TRAY_MENU_BUBBLE_WIDTH_PIXELS);
-}
-
void SystemTrayDelegateChromeOS::ActiveUserWasChanged() {
SetProfile(ProfileManager::GetActiveUserProfile());
GetSystemTrayNotifier()->NotifyUserUpdate();

Powered by Google App Engine
This is Rietveld 408576698