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

Unified Diff: ash/shell/app_list.cc

Issue 12789010: [win] Change app launcher profile indicator to be a menu. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Clang fail Created 7 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 | chrome/browser/resources/settings_app/manifest.json » ('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 6b69b87964561864885bb76de8c3c743e9d2ba5a..ebf2f8721633d5532b33a5ce8506688b91150222 100644
--- a/ash/shell/app_list.cc
+++ b/ash/shell/app_list.cc
@@ -293,6 +293,22 @@ class ExampleAppListViewDelegate : public app_list::AppListViewDelegate {
return gfx::ImageSkia();
}
+ virtual string16 GetCurrentUserName() {
+ return string16();
+ }
+
+ virtual string16 GetCurrentUserEmail() {
+ return string16();
+ }
+
+ virtual void OpenSettings() {
+ // Nothing needs to be done.
+ }
+
+ virtual void OpenFeedback() {
+ // Nothing needs to be done.
+ }
+
app_list::AppListModel* model_;
DISALLOW_COPY_AND_ASSIGN(ExampleAppListViewDelegate);
« no previous file with comments | « no previous file | chrome/browser/resources/settings_app/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698