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

Unified Diff: ash/launcher/launcher.cc

Issue 10027007: ash: Make sure the uber-tray popup is positioned correctly. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 8 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: ash/launcher/launcher.cc
diff --git a/ash/launcher/launcher.cc b/ash/launcher/launcher.cc
index 551644277b3d582cb0cd2e9be499491718064b70..e171f3a0429fd0fe9413377c8eccd98bbf4f16da 100644
--- a/ash/launcher/launcher.cc
+++ b/ash/launcher/launcher.cc
@@ -165,7 +165,7 @@ void Launcher::SetStatusWidth(int width) {
delegate_view_->SetStatusWidth(width);
}
-int Launcher::GetStatusWidth() {
+int Launcher::GetStatusWidth() const {
return delegate_view_->status_width();
}

Powered by Google App Engine
This is Rietveld 408576698