Index: chrome/browser/extensions/extension_host.h |
=================================================================== |
--- chrome/browser/extensions/extension_host.h (revision 25988) |
+++ chrome/browser/extensions/extension_host.h (working copy) |
@@ -76,6 +76,9 @@ |
// Sets |url_| and navigates |render_view_host_|. |
void NavigateToURL(const GURL& url); |
+ // Insert the CSS for a toolstrip. |
+ void InsertCssIfToolstrip(); |
+ |
// RenderViewHostDelegate implementation. |
virtual RenderViewHostDelegate::View* GetViewDelegate(); |
virtual const GURL& GetURL() const { return url_; } |