Chromium Code Reviews| Index: chrome/browser/extensions/extension_browsertest.h |
| diff --git a/chrome/browser/extensions/extension_browsertest.h b/chrome/browser/extensions/extension_browsertest.h |
| index 0588a21334839be31f5cb618778d999489c60db7..abd3874b55da6e96a81c61b55e051fb4a2a7c68b 100644 |
| --- a/chrome/browser/extensions/extension_browsertest.h |
| +++ b/chrome/browser/extensions/extension_browsertest.h |
| @@ -87,6 +87,11 @@ class ExtensionBrowserTest : virtual public InProcessBrowserTest { |
| const extensions::Extension* LoadExtensionWithFlags( |
| const base::FilePath& path, int flags); |
| + const extensions::Extension* LoadExtensionWithInstallParam( |
| + const base::FilePath& path, |
| + int flags, |
| + const std::string& install_param); |
|
Finnur
2014/03/13 16:37:51
I think we should add comments for at least these
vasilii
2014/03/14 10:54:58
Done.
|
| + |
| // Loads unpacked extension from |path| with manifest |manifest_relative_path| |
| // and imitates that it is a component extension. |
| // |manifest_relative_path| is relative to |path|. |