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

Issue 10836125: Add GetChangelist operation for Drive V2. (Closed)

Created:
8 years, 4 months ago by kochi
Modified:
8 years, 4 months ago
Reviewers:
hashimoto
CC:
chromium-reviews, achuith+watch_chromium.org, oshima+watch_chromium.org, stevenjb+watch_chromium.org, nkostylev+watch_chromium.org, davemoore+watch_chromium.org, satorux1, kinaba, Daniel Erat
Visibility:
Public.

Description

Add GetChangelist operation for Drive V2. This CL adds GetChangelist operation and its corresponding interface for DocumentsService. No code uses this interface yet. BUG=chromium:127728 TEST=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=150322

Patch Set 1 : . #

Total comments: 6

Patch Set 2 : update comments. #

Patch Set 3 : Remove SetURL() and specify url in the constructor. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+107 lines, -16 lines) Patch
M chrome/browser/chromeos/gdata/drive_api_operations.h View 1 2 1 chunk +27 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/gdata/drive_api_operations.cc View 1 2 2 chunks +28 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_documents_service.h View 2 chunks +13 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_documents_service.cc View 1 2 1 chunk +14 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_operations.h View 1 2 1 chunk +6 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_operations.cc View 1 2 2 chunks +2 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/gdata/mock_gdata_documents_service.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/gdata/operations_base.cc View 2 chunks +14 lines, -6 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
kochi
Ryo, Could you review this? Thanks,
8 years, 4 months ago (2012-08-07 07:13:26 UTC) #1
hashimoto
https://chromiumcodereview.appspot.com/10836125/diff/2001/chrome/browser/chromeos/gdata/drive_api_operations.h File chrome/browser/chromeos/gdata/drive_api_operations.h (right): https://chromiumcodereview.appspot.com/10836125/diff/2001/chrome/browser/chromeos/gdata/drive_api_operations.h#newcode55 chrome/browser/chromeos/gdata/drive_api_operations.h:55: GetChangelistOperation(GDataOperationRegistry* registry, Please add a comment about the role ...
8 years, 4 months ago (2012-08-07 07:36:57 UTC) #2
kochi
https://chromiumcodereview.appspot.com/10836125/diff/2001/chrome/browser/chromeos/gdata/drive_api_operations.h File chrome/browser/chromeos/gdata/drive_api_operations.h (right): https://chromiumcodereview.appspot.com/10836125/diff/2001/chrome/browser/chromeos/gdata/drive_api_operations.h#newcode55 chrome/browser/chromeos/gdata/drive_api_operations.h:55: GetChangelistOperation(GDataOperationRegistry* registry, On 2012/08/07 07:36:57, hashimoto wrote: > Please ...
8 years, 4 months ago (2012-08-07 07:46:04 UTC) #3
hashimoto
https://chromiumcodereview.appspot.com/10836125/diff/2001/chrome/browser/chromeos/gdata/drive_api_operations.h File chrome/browser/chromeos/gdata/drive_api_operations.h (right): https://chromiumcodereview.appspot.com/10836125/diff/2001/chrome/browser/chromeos/gdata/drive_api_operations.h#newcode62 chrome/browser/chromeos/gdata/drive_api_operations.h:62: void SetURL(const GURL& url); On 2012/08/07 07:46:04, Takayoshi Kochi ...
8 years, 4 months ago (2012-08-07 07:57:43 UTC) #4
kochi
https://chromiumcodereview.appspot.com/10836125/diff/2001/chrome/browser/chromeos/gdata/drive_api_operations.h File chrome/browser/chromeos/gdata/drive_api_operations.h (right): https://chromiumcodereview.appspot.com/10836125/diff/2001/chrome/browser/chromeos/gdata/drive_api_operations.h#newcode62 chrome/browser/chromeos/gdata/drive_api_operations.h:62: void SetURL(const GURL& url); Agreed, removed SetURL() from this ...
8 years, 4 months ago (2012-08-07 09:06:52 UTC) #5
hashimoto
8 years, 4 months ago (2012-08-07 09:17:36 UTC) #6
lgtm

Powered by Google App Engine
This is Rietveld 408576698