| Index: chrome/browser/extensions/extension_browsertest.h
|
| diff --git a/chrome/browser/extensions/extension_browsertest.h b/chrome/browser/extensions/extension_browsertest.h
|
| index 3c482938c1b03d979be694165960402448527881..967f10d510543c2ce2e346fd743d704e12db7fc0 100644
|
| --- a/chrome/browser/extensions/extension_browsertest.h
|
| +++ b/chrome/browser/extensions/extension_browsertest.h
|
| @@ -230,6 +230,12 @@ class ExtensionBrowserTest : virtual public InProcessBrowserTest,
|
| const std::string& path,
|
| int expected_hosts);
|
|
|
| + // Returns
|
| + // extensions::browsertest_util::ExecuteScriptInBackgroundPage(profile(),
|
| + // extension_id, script).
|
| + std::string ExecuteScriptInBackgroundPage(const std::string& extension_id,
|
| + const std::string& script);
|
| +
|
| // content::NotificationObserver
|
| virtual void Observe(int type,
|
| const content::NotificationSource& source,
|
|
|