Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5588)

Unified Diff: chrome/browser/extensions/extension_browsertest.h

Issue 196663003: Introduce an extension parameter which is used to customize the extension. It's available for exter… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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|.

Powered by Google App Engine
This is Rietveld 408576698