Chromium Code Reviews| Index: chrome/browser/extensions/extension_host.h |
| =================================================================== |
| --- chrome/browser/extensions/extension_host.h (revision 105274) |
| +++ chrome/browser/extensions/extension_host.h (working copy) |
| @@ -195,6 +195,9 @@ |
| virtual gfx::NativeWindow GetDialogRootWindow() OVERRIDE; |
| protected: |
| + // This should only be used by unit tests. |
| + ExtensionHost(const Extension* extension, content::ViewType host_type); |
|
jar (doing other things)
2011/10/15 02:43:40
Should you consider making this private, and then
|
| + |
| // Internal functions used to support the CreateNewWidget() method. If a |
| // platform requires plugging into widget creation at a lower level, then a |
| // subclass might want to override these functions, but otherwise they should |