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

Unified Diff: ash/shell.cc

Issue 9706063: ash: A number of ui/ux changes from feedback/to better match the mocks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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
« no previous file with comments | « no previous file | ash/system/network/tray_network.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.cc
diff --git a/ash/shell.cc b/ash/shell.cc
index d3a794a2c2e3f4ccfe3666896310bf7f47cd2346..665aa925b1840a7c8f416f9b0f4118a326b59834 100644
--- a/ash/shell.cc
+++ b/ash/shell.cc
@@ -227,11 +227,11 @@ class DummySystemTrayDelegate : public SystemTrayDelegate {
// Overridden from SystemTrayDelegate:
virtual const std::string GetUserDisplayName() const OVERRIDE {
- return "chronos";
+ return "Über tray";
}
virtual const std::string GetUserEmail() const OVERRIDE {
- return "chr@nos";
+ return "über@tray";
}
virtual const SkBitmap& GetUserImage() const OVERRIDE {
« no previous file with comments | « no previous file | ash/system/network/tray_network.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698