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

Issue 13929012: SyncFS: Add resource type field into DriveMetadata (Closed)

Created:
7 years, 8 months ago by nhiroki
Modified:
7 years, 8 months ago
Reviewers:
kinuko, tzik
CC:
chromium-reviews, tzik+watch_chromium.org, kinuko+watch, calvinlo
Visibility:
Public.

Description

SyncFS: Add resource type field into DriveMetadata BUG=231273 TEST=pass all existing tests Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=194552

Patch Set 1 : #

Total comments: 2

Patch Set 2 : review fix #

Total comments: 4

Patch Set 3 : review fix #

Patch Set 4 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -0 lines) Patch
M chrome/browser/sync_file_system/drive_file_sync_service.cc View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/sync_file_system/sync_file_system.proto View 1 2 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
nhiroki
Can you review this? Thanks!
7 years, 8 months ago (2013-04-16 10:50:15 UTC) #1
kinuko
https://codereview.chromium.org/13929012/diff/3001/chrome/browser/sync_file_system/sync_file_system.proto File chrome/browser/sync_file_system/sync_file_system.proto (right): https://codereview.chromium.org/13929012/diff/3001/chrome/browser/sync_file_system/sync_file_system.proto#newcode22 chrome/browser/sync_file_system/sync_file_system.proto:22: optional bool is_folder = 5; maybe [default = false] ...
7 years, 8 months ago (2013-04-16 11:14:45 UTC) #2
nhiroki
Updated, thanks! https://codereview.chromium.org/13929012/diff/3001/chrome/browser/sync_file_system/sync_file_system.proto File chrome/browser/sync_file_system/sync_file_system.proto (right): https://codereview.chromium.org/13929012/diff/3001/chrome/browser/sync_file_system/sync_file_system.proto#newcode22 chrome/browser/sync_file_system/sync_file_system.proto:22: optional bool is_folder = 5; On 2013/04/16 ...
7 years, 8 months ago (2013-04-16 11:37:07 UTC) #3
kinuko
lgtm if the protobuf change looks good to tzik@ https://codereview.chromium.org/13929012/diff/13003/chrome/browser/sync_file_system/drive_file_sync_service.cc File chrome/browser/sync_file_system/drive_file_sync_service.cc (right): https://codereview.chromium.org/13929012/diff/13003/chrome/browser/sync_file_system/drive_file_sync_service.cc#newcode1141 chrome/browser/sync_file_system/drive_file_sync_service.cc:1141: ...
7 years, 8 months ago (2013-04-16 12:10:19 UTC) #4
tzik
lgtm https://codereview.chromium.org/13929012/diff/13003/chrome/browser/sync_file_system/sync_file_system.proto File chrome/browser/sync_file_system/sync_file_system.proto (right): https://codereview.chromium.org/13929012/diff/13003/chrome/browser/sync_file_system/sync_file_system.proto#newcode24 chrome/browser/sync_file_system/sync_file_system.proto:24: FOLDER = 1; RESOURCE_TYPE_FILE and RESOURCE_TYPE_FOLDER for better ...
7 years, 8 months ago (2013-04-16 15:02:49 UTC) #5
nhiroki
Addressed comments, thanks! https://codereview.chromium.org/13929012/diff/13003/chrome/browser/sync_file_system/drive_file_sync_service.cc File chrome/browser/sync_file_system/drive_file_sync_service.cc (right): https://codereview.chromium.org/13929012/diff/13003/chrome/browser/sync_file_system/drive_file_sync_service.cc#newcode1141 chrome/browser/sync_file_system/drive_file_sync_service.cc:1141: DCHECK_EQ(DriveMetadata::FILE, param->drive_metadata.type()); On 2013/04/16 12:10:19, kinuko ...
7 years, 8 months ago (2013-04-17 02:24:51 UTC) #6
nhiroki
7 years, 8 months ago (2013-04-17 09:19:29 UTC) #7
Message was sent while issue was closed.
Committed patchset #4 manually as r194552 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698