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 |