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

Unified Diff: ui/app_list/views/folder_header_view.h

Issue 253833004: Add vox support for reading unnamed folder description and fix a focus bug when app launcher is ope… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add a commnent. Created 6 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
« no previous file with comments | « ui/app_list/views/apps_container_view.cc ('k') | ui/app_list/views/folder_header_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/views/folder_header_view.h
diff --git a/ui/app_list/views/folder_header_view.h b/ui/app_list/views/folder_header_view.h
index 109c39a31fa8b0fd033d3274acc51c5cfa0a1c0b..aacb696bfdabe41ba50e75cc0e98641f510d3bb3 100644
--- a/ui/app_list/views/folder_header_view.h
+++ b/ui/app_list/views/folder_header_view.h
@@ -50,6 +50,9 @@ class APP_LIST_EXPORT FolderHeaderView : public views::View,
// Updates UI.
void Update();
+ // Updates the accessible name of the folder name control.
+ void UpdateFolderNameAccessibleName();
+
// Gets and sets the folder name for test.
const base::string16& GetFolderNameForTest();
void SetFolderNameForTest(const base::string16& name);
« no previous file with comments | « ui/app_list/views/apps_container_view.cc ('k') | ui/app_list/views/folder_header_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698