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

Unified Diff: sky/tools/webkitpy/layout_tests/port/test.py

Issue 1200993002: Update README.md and HACKING.md and resulting yak shave. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 6 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: sky/tools/webkitpy/layout_tests/port/test.py
diff --git a/sky/tools/webkitpy/layout_tests/port/test.py b/sky/tools/webkitpy/layout_tests/port/test.py
index 2afbe10e63476ff3f2d804f04c23cb8a2e84607c..6eb71057b7728b55ec62b984c3f6c0d7067e44f2 100644
--- a/sky/tools/webkitpy/layout_tests/port/test.py
+++ b/sky/tools/webkitpy/layout_tests/port/test.py
@@ -485,7 +485,7 @@ class TestPort(Port):
def _driver_class(self):
return TestDriver
- def start_http_server(self, additional_dirs, number_of_drivers):
+ def start_sky_server(self, additional_dirs, number_of_drivers):
pass
def start_websocket_server(self):
@@ -494,7 +494,7 @@ class TestPort(Port):
def acquire_http_lock(self):
pass
- def stop_http_server(self):
+ def stop_sky_server(self):
pass
def stop_websocket_server(self):

Powered by Google App Engine
This is Rietveld 408576698