| Index: content/shell/browser/layout_test/layout_test_devtools_frontend.h
|
| diff --git a/content/shell/browser/layout_test/layout_test_devtools_frontend.h b/content/shell/browser/layout_test/layout_test_devtools_frontend.h
|
| index a0720d218d7ee0f1911062e51b0d344becd98b16..a58c6f4826421b9ea161a69857894df31b0b99eb 100644
|
| --- a/content/shell/browser/layout_test/layout_test_devtools_frontend.h
|
| +++ b/content/shell/browser/layout_test/layout_test_devtools_frontend.h
|
| @@ -22,6 +22,8 @@ class LayoutTestDevToolsFrontend : public ShellDevToolsFrontend {
|
|
|
| static GURL GetDevToolsPathAsURL(const std::string& frontend_url);
|
|
|
| + static GURL MapJSTestURL(const GURL& test_url);
|
| +
|
| void ReuseFrontend(const std::string& settings,
|
| const std::string frontend_url);
|
| void EvaluateInFrontend(int call_id, const std::string& expression);
|
|
|