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

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

Issue 633503003: [webkitpy] Remove leftover changelog editor methods from User. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « Tools/Scripts/webkitpy/common/system/user.py ('k') | Tools/Scripts/webkitpy/common/system/user_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/Scripts/webkitpy/common/system/user_mock.py
diff --git a/Tools/Scripts/webkitpy/common/system/user_mock.py b/Tools/Scripts/webkitpy/common/system/user_mock.py
index d17ea9a908fefb9cce97c26598897bed4cca5fe7..190dd6086b36a7748023b01d117a160ce43631fe 100644
--- a/Tools/Scripts/webkitpy/common/system/user_mock.py
+++ b/Tools/Scripts/webkitpy/common/system/user_mock.py
@@ -47,9 +47,6 @@ class MockUser(object):
def edit(self, files):
pass
- def edit_changelog(self, files):
- pass
-
def page(self, message):
pass
« no previous file with comments | « Tools/Scripts/webkitpy/common/system/user.py ('k') | Tools/Scripts/webkitpy/common/system/user_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698