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

Unified Diff: ash/shell/app_list.cc

Issue 22268009: Move signin status and current user information into AppListModel. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 7 years, 4 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 | chrome/browser/ui/app_list/app_list_service_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell/app_list.cc
diff --git a/ash/shell/app_list.cc b/ash/shell/app_list.cc
index 1fcb9edbebe32e0157488f34d1cd5400039f308c..498de37848faadd64a7adaae4523c5d80ce3a265 100644
--- a/ash/shell/app_list.cc
+++ b/ash/shell/app_list.cc
@@ -298,14 +298,6 @@ class ExampleAppListViewDelegate : public app_list::AppListViewDelegate {
return gfx::ImageSkia();
}
- virtual base::string16 GetCurrentUserName() OVERRIDE {
- return base::string16();
- }
-
- virtual base::string16 GetCurrentUserEmail() OVERRIDE {
- return base::string16();
- }
-
virtual void OpenSettings() OVERRIDE {
// Nothing needs to be done.
}
« no previous file with comments | « no previous file | chrome/browser/ui/app_list/app_list_service_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698