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

Unified 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: Created 7 years, 8 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: ui/app_list/app_list_view_delegate.h
diff --git a/ui/app_list/app_list_view_delegate.h b/ui/app_list/app_list_view_delegate.h
index 21e6f61f75506b51ce8e503f760150ca98ba2b0d..42ccb1ab7bf21eee7078ec4e01fad5f2b93edb0f 100644
--- a/ui/app_list/app_list_view_delegate.h
+++ b/ui/app_list/app_list_view_delegate.h
@@ -75,6 +75,9 @@ class APP_LIST_EXPORT AppListViewDelegate {
// Open the settings UI.
virtual void OpenSettings() = 0;
+ // Open the help UI
benwells 2013/04/10 03:46:44 Nit: '.' at end of comment.
calamity 2013/04/10 04:00:40 Done.
+ virtual void OpenHelp() = 0;
+
// Open the feedback UI.
virtual void OpenFeedback() = 0;
};

Powered by Google App Engine
This is Rietveld 408576698