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 a58c6f4826421b9ea161a69857894df31b0b99eb..c20842aa285075027424142ad5db5f3e039f5c81 100644 |
--- a/content/shell/browser/layout_test/layout_test_devtools_frontend.h |
+++ b/content/shell/browser/layout_test/layout_test_devtools_frontend.h |
@@ -16,13 +16,16 @@ class WebContents; |
class LayoutTestDevToolsFrontend : public ShellDevToolsFrontend { |
public: |
+ static LayoutTestDevToolsFrontend* CreateDevToolsMainWindow( |
+ const Shell& inspected_window); |
static LayoutTestDevToolsFrontend* Show(WebContents* inspected_contents, |
const std::string& settings, |
const std::string& frontend_url); |
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); |
void ReuseFrontend(const std::string& settings, |
const std::string frontend_url); |