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

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

Issue 2513423003: DevTools: Convert inspector-unit tests to use reusable test harness (Closed)
Patch Set: Moved type definition out of externs Created 4 years 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 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);

Powered by Google App Engine
This is Rietveld 408576698