Index: ui/aura_shell/shell_delegate.h |
diff --git a/ui/aura_shell/shell_delegate.h b/ui/aura_shell/shell_delegate.h |
index 1239bc83283cf5593c3c508fb43fab91595ded99..982ef8df18763a2a882392daa30a312e67199b74 100644 |
--- a/ui/aura_shell/shell_delegate.h |
+++ b/ui/aura_shell/shell_delegate.h |
@@ -50,10 +50,6 @@ 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 |