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

Unified Diff: ui/views/views_delegate.h

Issue 975113002: Resurrect Aura Linux accessibility. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Call g_type_init from ax_platform_node_auralinux instead Created 5 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
Index: ui/views/views_delegate.h
diff --git a/ui/views/views_delegate.h b/ui/views/views_delegate.h
index 6cc5a6b9c784e4de49509614b8a2fb503b788625..ea14e7887047e936145986e3fe52f8994c32e53a 100644
--- a/ui/views/views_delegate.h
+++ b/ui/views/views_delegate.h
@@ -135,6 +135,9 @@ class VIEWS_EXPORT ViewsDelegate {
// Returns the context factory for new windows.
virtual ui::ContextFactory* GetContextFactory();
+ // Returns the user-visible name of the application.
+ virtual std::string GetApplicationName();
+
#if defined(OS_WIN)
// Starts a query for the appbar autohide edges of the specified monitor and
// returns the current value. If the query finds the edges have changed from
« ui/views/views.gyp ('K') | « ui/views/views.gyp ('k') | ui/views/views_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698