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

Unified Diff: Tools/Scripts/webkitpy/common/system/systemhost.py

Issue 1201873002: Move LayoutTest Linux distribution detection to PlatformInfo (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove crusty comment 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: Tools/Scripts/webkitpy/common/system/systemhost.py
diff --git a/Tools/Scripts/webkitpy/common/system/systemhost.py b/Tools/Scripts/webkitpy/common/system/systemhost.py
index a7b72670f320e9b85dec853e7025a7171b7d9096..8b143524b73ec9b8d29593c9f09adf9c223c2959 100644
--- a/Tools/Scripts/webkitpy/common/system/systemhost.py
+++ b/Tools/Scripts/webkitpy/common/system/systemhost.py
@@ -39,7 +39,7 @@ class SystemHost(object):
self.executive = executive.Executive()
self.filesystem = filesystem.FileSystem()
self.user = user.User()
- self.platform = platforminfo.PlatformInfo(sys, platform, self.executive)
+ self.platform = platforminfo.PlatformInfo(sys, platform, self.filesystem, self.executive)
self.workspace = workspace.Workspace(self.filesystem, self.executive)
self.stdin = sys.stdin
self.stdout = sys.stdout
« no previous file with comments | « Tools/Scripts/webkitpy/common/system/platforminfo_unittest.py ('k') | Tools/Scripts/webkitpy/common/system/user.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698