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

Issue 1827833005: Move the run() method in Manager, and make the needs_servers method private. (Closed)

Created:
4 years, 9 months ago by qyearsley
Modified:
4 years, 8 months ago
Reviewers:
Dirk Pranke
CC:
blink-reviews, chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move the run() method in Manager, and make the needs_servers method private. This is an optional minor refactoring. Reason: Putting the main public method first after the constructor, rather than in the middle, seems to be a more natural ordering. The rest of the methods in this class are helper methods not used outside of this class, and thus should all be private, including needs_servers. Committed: https://crrev.com/ebb7010a0f797f1dc2f95fffca2904013eed90de Cr-Commit-Position: refs/heads/master@{#383859}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+126 lines, -126 lines) Patch
M third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/manager.py View 5 chunks +124 lines, -124 lines 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/manager_unittest.py View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 10 (4 generated)
qyearsley
4 years, 8 months ago (2016-03-29 21:13:27 UTC) #3
Dirk Pranke
lgtm, though I'm a bit surprised that pylint doesn't complain about calling _needs_headers() from the ...
4 years, 8 months ago (2016-03-29 21:28:57 UTC) #4
qyearsley
On 2016/03/29 at 21:28:57, dpranke wrote: > lgtm, though I'm a bit surprised that pylint ...
4 years, 8 months ago (2016-03-29 22:05:50 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1827833005/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1827833005/1
4 years, 8 months ago (2016-03-29 22:06:26 UTC) #7
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 8 months ago (2016-03-29 23:23:09 UTC) #8
commit-bot: I haz the power
4 years, 8 months ago (2016-03-29 23:24:37 UTC) #10
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/ebb7010a0f797f1dc2f95fffca2904013eed90de
Cr-Commit-Position: refs/heads/master@{#383859}

Powered by Google App Engine
This is Rietveld 408576698