diff options
Diffstat (limited to 'chrome/browser/extensions/extension_host.h')
-rw-r--r-- | chrome/browser/extensions/extension_host.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/chrome/browser/extensions/extension_host.h b/chrome/browser/extensions/extension_host.h index 253c4f4..7d293db 100644 --- a/chrome/browser/extensions/extension_host.h +++ b/chrome/browser/extensions/extension_host.h @@ -92,9 +92,6 @@ class ExtensionHost : public RenderViewHostDelegate, associated_tab_contents_ = associated_tab_contents; } - // Sets the the ViewType of this host (e.g. mole, toolstrip). - void SetRenderViewType(ViewType::Type type); - // Returns true if the render view is initialized and didn't crash. bool IsRenderViewLive() const; @@ -109,9 +106,6 @@ class ExtensionHost : public RenderViewHostDelegate, // Insert a default style sheet for Extension Infobars. void InsertInfobarCSS(); - // Insert the theme CSS for a toolstrip/mole. - void InsertThemedToolstripCSS(); - // Tell the renderer not to draw scrollbars on windows smaller than // |size_limit| in both width and height. void DisableScrollbarsForSmallWindows(const gfx::Size& size_limit); @@ -267,7 +261,7 @@ class ExtensionHost : public RenderViewHostDelegate, scoped_ptr<ExtensionFunctionDispatcher> extension_function_dispatcher_; - // Only EXTENSION_TOOLSTRIP, EXTENSION_POPUP, and EXTENSION_BACKGROUND_PAGE + // Only EXTENSION_INFOBAR, EXTENSION_POPUP, and EXTENSION_BACKGROUND_PAGE // are used here, others are not hosted by ExtensionHost. ViewType::Type extension_host_type_; |