Index: chrome/browser/ui/views/frame/browser_view.h |
diff --git a/chrome/browser/ui/views/frame/browser_view.h b/chrome/browser/ui/views/frame/browser_view.h |
index 54d95de7d3fbd3179d7e2d772c9d8e6a9cc61da4..60a3455e692ff6a97d4cefab76ae35f70cea0691 100644 |
--- a/chrome/browser/ui/views/frame/browser_view.h |
+++ b/chrome/browser/ui/views/frame/browser_view.h |
@@ -552,6 +552,9 @@ class BrowserView : public BrowserWindow, |
// Set the value of |toolbar_| and hook it into the views hierarchy |
void SetToolbar(ToolbarView* toolbar); |
+ // Create an icon for this window in the launcher (currently only for Ash). |
+ void CreateLauncherIcon(); |
+ |
// Last focused view that issued a tab traversal. |
int last_focused_view_storage_id_; |