Chromium Code Reviews| Index: chrome/browser/extensions/extension_host.h |
| =================================================================== |
| --- chrome/browser/extensions/extension_host.h (revision 104705) |
| +++ 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. |
|
Pam (message me for reviews)
2011/10/12 14:28:12
I don't much like adding this, but the alternative
|
| + ExtensionHost(const Extension* extension, content::ViewType::Type host_type); |
| + |
| // 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 |