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

Unified Diff: ui/aura_shell/shell_delegate.h

Issue 8933010: Wires up new launcher images. To get the official images for the (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compile Created 9 years 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/aura_shell/launcher/tabbed_launcher_button.cc ('k') | ui/aura_shell/test/test_shell_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura_shell/shell_delegate.h
diff --git a/ui/aura_shell/shell_delegate.h b/ui/aura_shell/shell_delegate.h
index 3771b1aa12ea4358e986793e9b8d7491a59d5b3e..1239bc83283cf5593c3c508fb43fab91595ded99 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_
« no previous file with comments | « ui/aura_shell/launcher/tabbed_launcher_button.cc ('k') | ui/aura_shell/test/test_shell_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698