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

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

Issue 2901963002: Remove unused methods from common.system.User. (Closed)
Patch Set: Created 3 years, 7 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/system/user_mock.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/common/system/user_mock.py b/third_party/WebKit/Tools/Scripts/webkitpy/common/system/user_mock.py
index 06eb60c8a8c511d2292b68235c5ee810c23570bf..e70f1bae9a4ca7dc8f437bb7a837042c0e2df0d0 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/common/system/user_mock.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/common/system/user_mock.py
@@ -44,12 +44,6 @@ class MockUser(object):
def __init__(self):
self.opened_urls = []
- def edit(self, files):
- pass
-
- def page(self, message):
- pass
-
def confirm(self, message=None, default='y'):
_log.info(message)
return default == 'y'

Powered by Google App Engine
This is Rietveld 408576698