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

Unified Diff: ash/common/system/tray/default_system_tray_delegate.cc

Issue 2468113008: Revert of chromeos: Move ownership of system tray width from chrome to ash (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « ash/common/system/tray/default_system_tray_delegate.h ('k') | ash/common/system/tray/system_tray.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/tray/default_system_tray_delegate.cc
diff --git a/ash/common/system/tray/default_system_tray_delegate.cc b/ash/common/system/tray/default_system_tray_delegate.cc
index ffd81256772b517f0361725b51b86176e35b2d21..f58c2141d32010c7b2ff868b3197a748d29cba2e 100644
--- a/ash/common/system/tray/default_system_tray_delegate.cc
+++ b/ash/common/system/tray/default_system_tray_delegate.cc
@@ -63,4 +63,9 @@
return false;
}
+int DefaultSystemTrayDelegate::GetSystemTrayMenuWidth() {
+ // This is the default width for English languages.
+ return 300;
+}
+
} // namespace ash
« no previous file with comments | « ash/common/system/tray/default_system_tray_delegate.h ('k') | ash/common/system/tray/system_tray.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698