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

Side by Side Diff: ui/app_list/app_list_view_delegate.h

Issue 14007002: Add help button to app launcher (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: forgot OVERRIDE Created 7 years, 6 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 unified diff | Download patch
« no previous file with comments | « ui/app_list/app_list_menu.cc ('k') | ui/app_list/test/app_list_test_view_delegate.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef UI_APP_LIST_APP_LIST_VIEW_DELEGATE_H_ 5 #ifndef UI_APP_LIST_APP_LIST_VIEW_DELEGATE_H_
6 #define UI_APP_LIST_APP_LIST_VIEW_DELEGATE_H_ 6 #define UI_APP_LIST_APP_LIST_VIEW_DELEGATE_H_
7 7
8 #include "base/string16.h" 8 #include "base/string16.h"
9 #include "ui/app_list/app_list_export.h" 9 #include "ui/app_list/app_list_export.h"
10 10
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 68
69 // Returns the name of the current user. 69 // Returns the name of the current user.
70 virtual string16 GetCurrentUserName() = 0; 70 virtual string16 GetCurrentUserName() = 0;
71 71
72 // Returns the email of the current user. 72 // Returns the email of the current user.
73 virtual string16 GetCurrentUserEmail() = 0; 73 virtual string16 GetCurrentUserEmail() = 0;
74 74
75 // Open the settings UI. 75 // Open the settings UI.
76 virtual void OpenSettings() = 0; 76 virtual void OpenSettings() = 0;
77 77
78 // Open the help UI.
79 virtual void OpenHelp() = 0;
80
78 // Open the feedback UI. 81 // Open the feedback UI.
79 virtual void OpenFeedback() = 0; 82 virtual void OpenFeedback() = 0;
80 }; 83 };
81 84
82 } // namespace app_list 85 } // namespace app_list
83 86
84 #endif // UI_APP_LIST_APP_LIST_VIEW_DELEGATE_H_ 87 #endif // UI_APP_LIST_APP_LIST_VIEW_DELEGATE_H_
OLDNEW
« no previous file with comments | « ui/app_list/app_list_menu.cc ('k') | ui/app_list/test/app_list_test_view_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698