| Index: content/shell/browser/layout_test/layout_test_devtools_bindings.h
|
| diff --git a/content/shell/browser/layout_test/layout_test_devtools_bindings.h b/content/shell/browser/layout_test/layout_test_devtools_bindings.h
|
| index 1b443e160ef5b80ec0f43ef0eb1e1c2de065a277..6c119e24ec2ee172a69772ff284f7f4ca98f0dba 100644
|
| --- a/content/shell/browser/layout_test/layout_test_devtools_bindings.h
|
| +++ b/content/shell/browser/layout_test/layout_test_devtools_bindings.h
|
| @@ -17,7 +17,8 @@ class LayoutTestDevToolsBindings : public ShellDevToolsBindings {
|
| public:
|
| static GURL GetDevToolsPathAsURL(const std::string& frontend_url);
|
|
|
| - static GURL MapJSTestURL(const GURL& test_url);
|
| + static GURL MapTestURLIfNeeded(const GURL& test_url,
|
| + bool* is_integration_test);
|
|
|
| static LayoutTestDevToolsBindings* LoadDevTools(
|
| WebContents* devtools_contents_,
|
| @@ -29,6 +30,9 @@ class LayoutTestDevToolsBindings : public ShellDevToolsBindings {
|
| ~LayoutTestDevToolsBindings() override;
|
|
|
| private:
|
| + static GURL MapJSTestURL(const GURL& test_url,
|
| + const std::string& entry_filename);
|
| +
|
| LayoutTestDevToolsBindings(WebContents* devtools_contents,
|
| WebContents* inspected_contents);
|
|
|
|
|