diff options
Diffstat (limited to 'ui/aura_shell/shell_delegate.h')
-rw-r--r-- | ui/aura_shell/shell_delegate.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ui/aura_shell/shell_delegate.h b/ui/aura_shell/shell_delegate.h index 3771b1a..1239bc8 100644 --- a/ui/aura_shell/shell_delegate.h +++ b/ui/aura_shell/shell_delegate.h @@ -50,8 +50,11 @@ class AURA_SHELL_EXPORT ShellDelegate { // an entry for |item->window| it should configure |item| appropriately and // return true. virtual bool ConfigureLauncherItem(LauncherItem* item) = 0; -}; + // Returns the resource id of the image to show on the button that creates a + // new browser window. + virtual int GetResourceIDForNewBrowserWindow() = 0; +}; } // namespace aura_shell #endif // UI_AURA_SHELL_SHELL_DELEGATE_H_ |