| 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..f903f85c60fd5a883140d8c822bf09f2577130f9 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 MapIntegrationTestURL(const GURL& test_url);
|
| + static GURL MapUnitTestURL(const GURL& test_url);
|
|
|
| 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);
|
|
|
|
|