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

Issue 13896005: Sort methods of drive::ChangeListLoader. (Closed)

Created:
7 years, 8 months ago by kinaba
Modified:
7 years, 8 months ago
Reviewers:
satorux1
CC:
chromium-reviews, nkostylev+watch_chromium.org, tfarina, arv+watch_chromium.org, oshima+watch_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

Sort methods of drive::ChangeListLoader. Made header and source ordering consistent. And more importantly, grouped relevant methods as much as possible, and sorted in the order of execution, so that the source code is easily read from top to bottom. BUG=none. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=194794

Patch Set 1 : #

Total comments: 4

Patch Set 2 : Rebase. #

Patch Set 3 : move CheckForUpdates in .cc as well #

Unified diffs Side-by-side diffs Delta from patch set Stats (+403 lines, -403 lines) Patch
M chrome/browser/chromeos/drive/change_list_loader.h View 1 6 chunks +99 lines, -98 lines 0 comments Download
M chrome/browser/chromeos/drive/change_list_loader.cc View 1 2 7 chunks +304 lines, -305 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
kinaba
Please take a look. The modification is big but it is just sorting methods. In ...
7 years, 8 months ago (2013-04-18 05:25:33 UTC) #1
satorux1
LGTM with nits https://codereview.chromium.org/13896005/diff/2001/chrome/browser/chromeos/drive/change_list_loader.h File chrome/browser/chromeos/drive/change_list_loader.h (right): https://codereview.chromium.org/13896005/diff/2001/chrome/browser/chromeos/drive/change_list_loader.h#newcode70 chrome/browser/chromeos/drive/change_list_loader.h:70: void CheckForUpdates(const FileOperationCallback& callback); Is this ...
7 years, 8 months ago (2013-04-18 05:31:43 UTC) #2
kinaba
https://codereview.chromium.org/13896005/diff/2001/chrome/browser/chromeos/drive/change_list_loader.h File chrome/browser/chromeos/drive/change_list_loader.h (right): https://codereview.chromium.org/13896005/diff/2001/chrome/browser/chromeos/drive/change_list_loader.h#newcode70 chrome/browser/chromeos/drive/change_list_loader.h:70: void CheckForUpdates(const FileOperationCallback& callback); On 2013/04/18 05:31:43, satorux1 wrote: ...
7 years, 8 months ago (2013-04-18 05:42:38 UTC) #3
kinaba
7 years, 8 months ago (2013-04-18 05:55:43 UTC) #4
Message was sent while issue was closed.
Committed patchset #3 manually as r194794 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698