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

Issue 11418127: Pass calls to GetDocuments through the scheduler (Closed)

Created:
8 years, 1 month ago by Zachary Kuznia
Modified:
8 years ago
Reviewers:
satorux1, kinaba
CC:
chromium-reviews, achuith+watch_chromium.org, oshima+watch_chromium.org, stevenjb+watch_chromium.org, nkostylev+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

Pass calls to GetDocuments through the scheduler R=kinaba@chromium.org BUG=160904 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=170712

Patch Set 1 #

Patch Set 2 : Add missing comment #

Total comments: 7

Patch Set 3 : Code review fixes #

Patch Set 4 : Rebase #

Total comments: 19

Patch Set 5 : Code review fixes' #

Patch Set 6 : Rebase #

Patch Set 7 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+350 lines, -63 lines) Patch
M chrome/browser/chromeos/drive/drive_feed_loader.h View 1 2 3 chunks +3 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/drive/drive_feed_loader.cc View 1 2 6 chunks +7 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/drive/drive_file_system.cc View 1 2 3 2 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/chromeos/drive/drive_scheduler.h View 1 2 9 chunks +37 lines, -7 lines 0 comments Download
chrome/browser/chromeos/drive/drive_scheduler.cc View 1 2 3 4 15 chunks +114 lines, -38 lines 0 comments Download
M chrome/browser/chromeos/drive/drive_scheduler_unittest.cc View 1 2 3 4 5 6 7 chunks +164 lines, -0 lines 0 comments Download
M chrome/browser/google_apis/base_operations_unittest.cc View 1 2 3 chunks +6 lines, -11 lines 0 comments Download
M chrome/browser/google_apis/test_util.h View 1 2 2 chunks +7 lines, -2 lines 0 comments Download
M chrome/browser/google_apis/test_util.cc View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Zachary Kuznia
8 years, 1 month ago (2012-11-22 06:50:27 UTC) #1
kinaba
+satorux for MockDriveService use (http://crbug.com/162350). How should we proceed? https://codereview.chromium.org/11418127/diff/2001/chrome/browser/chromeos/drive/drive_scheduler.cc File chrome/browser/chromeos/drive/drive_scheduler.cc (right): https://codereview.chromium.org/11418127/diff/2001/chrome/browser/chromeos/drive/drive_scheduler.cc#newcode364 chrome/browser/chromeos/drive/drive_scheduler.cc:364: ...
8 years, 1 month ago (2012-11-22 08:04:07 UTC) #2
satorux1
https://codereview.chromium.org/11418127/diff/2001/chrome/browser/chromeos/drive/drive_scheduler_unittest.cc File chrome/browser/chromeos/drive/drive_scheduler_unittest.cc (right): https://codereview.chromium.org/11418127/diff/2001/chrome/browser/chromeos/drive/drive_scheduler_unittest.cc#newcode266 chrome/browser/chromeos/drive/drive_scheduler_unittest.cc:266: google_apis::test_util::RunBlockingPoolTask(); I think we should check the results we ...
8 years, 1 month ago (2012-11-22 08:12:44 UTC) #3
Zachary Kuznia
https://codereview.chromium.org/11418127/diff/2001/chrome/browser/chromeos/drive/drive_scheduler.cc File chrome/browser/chromeos/drive/drive_scheduler.cc (right): https://codereview.chromium.org/11418127/diff/2001/chrome/browser/chromeos/drive/drive_scheduler.cc#newcode364 chrome/browser/chromeos/drive/drive_scheduler.cc:364: void DriveScheduler::OnFileOperationJobDone(int job_id, DriveFileError error) { On 2012/11/22 08:04:07, ...
8 years ago (2012-11-28 06:54:56 UTC) #4
satorux1
https://codereview.chromium.org/11418127/diff/2002/chrome/browser/chromeos/drive/drive_scheduler.cc File chrome/browser/chromeos/drive/drive_scheduler.cc (right): https://codereview.chromium.org/11418127/diff/2002/chrome/browser/chromeos/drive/drive_scheduler.cc#newcode231 chrome/browser/chromeos/drive/drive_scheduler.cc:231: JobInfo& job_info = job_iter->second->job_info; Can you make it const? ...
8 years ago (2012-11-28 23:59:47 UTC) #5
Zachary Kuznia
https://codereview.chromium.org/11418127/diff/2002/chrome/browser/chromeos/drive/drive_scheduler.cc File chrome/browser/chromeos/drive/drive_scheduler.cc (right): https://codereview.chromium.org/11418127/diff/2002/chrome/browser/chromeos/drive/drive_scheduler.cc#newcode231 chrome/browser/chromeos/drive/drive_scheduler.cc:231: JobInfo& job_info = job_iter->second->job_info; On 2012/11/28 23:59:47, satorux1 wrote: ...
8 years ago (2012-11-30 05:42:30 UTC) #6
satorux1
LGTM
8 years ago (2012-12-02 23:29:02 UTC) #7
kinaba
LGTM +1
8 years ago (2012-12-03 00:32:29 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zork@chromium.org/11418127/15002
8 years ago (2012-12-03 03:56:02 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zork@chromium.org/11418127/9005
8 years ago (2012-12-03 04:27:58 UTC) #10
commit-bot: I haz the power
8 years ago (2012-12-03 08:33:39 UTC) #11
Message was sent while issue was closed.
Change committed as 170712

Powered by Google App Engine
This is Rietveld 408576698