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

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

Issue 25108005: linux_aura: Compile ash into chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix chromeos link Created 7 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/ui/ash/session_state_delegate_views.cc
diff --git a/chrome/browser/ui/ash/session_state_delegate_views.cc b/chrome/browser/ui/ash/session_state_delegate_views.cc
index 499b3f9c505b3fda9d8073d587cbcdb487b2b696..def3171335bee5f8e3f2de1cffc0b6c22640b036 100644
--- a/chrome/browser/ui/ash/session_state_delegate_views.cc
+++ b/chrome/browser/ui/ash/session_state_delegate_views.cc
@@ -9,11 +9,6 @@
#include "base/strings/utf_string_conversions.h"
#include "ui/gfx/image/image_skia.h"
-namespace {
-// This isn't really used. It is mainly here to make the compiler happy.
-gfx::ImageSkia null_image;
-}
-
SessionStateDelegate::SessionStateDelegate() {
}
@@ -66,7 +61,7 @@ const gfx::ImageSkia& SessionStateDelegate::GetUserImage(
ash::MultiProfileIndex index) const {
NOTIMPLEMENTED();
// To make the compiler happy.
- return null_image;
+ return null_image_;
}
void SessionStateDelegate::GetLoggedInUsers(ash::UserIdList* users) {

Powered by Google App Engine
This is Rietveld 408576698