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

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/common/host.py

Issue 2801393002: Remove remaining references to SVN. (Closed)
Patch Set: Remove unnecessary test Created 3 years, 8 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: third_party/WebKit/Tools/Scripts/webkitpy/common/host.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/common/host.py b/third_party/WebKit/Tools/Scripts/webkitpy/common/host.py
index 5c4e51ef829b96bebdf007a53d30c9c81bc83589..77de72eb12cbbe0202cd89a6fb61fb42e67b2ac1 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/common/host.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/common/host.py
@@ -64,6 +64,7 @@ class Host(SystemHost):
# We call this from the Host constructor, as it's one of the
# earliest calls made for all webkitpy-based programs.
+ # TODO(qyearsley): Remove this in a separate clean-up CL.
def _engage_awesome_locale_hacks(self):
# To make life easier on our non-English users, we override
# the locale environment variables inside webkitpy.

Powered by Google App Engine
This is Rietveld 408576698