Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2593)

Unified Diff: content/shell/browser/layout_test/layout_test_devtools_frontend.h

Issue 2742623002: DevTools: improve test infrastructure w/ devtools driving the test (Closed)
Patch Set: fixup Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698