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 10332253: gdata: Define the resource ID for the root directory (Closed)

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

Description

gdata: Define the resource ID for the root directory Per the spec, the resource ID for the root directory is defined as "folder:root". Add the resource ID to the root directory in our file system representation so we can look up the root directory by the resource ID. BUG=127697 TEST=add unit tests Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=137928

Patch Set 1 #

Total comments: 16

Patch Set 2 : address comments #

Patch Set 3 : fix a test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -11 lines) Patch
M chrome/browser/chromeos/gdata/gdata_file_system_unittest.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_files.h View 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_files.cc View 1 3 chunks +16 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_files_unittest.cc View 1 2 chunks +42 lines, -7 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
satorux1
8 years, 7 months ago (2012-05-18 16:45:00 UTC) #1
achuithb
http://codereview.chromium.org/10332253/diff/1/chrome/browser/chromeos/gdata/gdata_files.cc File chrome/browser/chromeos/gdata/gdata_files.cc (right): http://codereview.chromium.org/10332253/diff/1/chrome/browser/chromeos/gdata/gdata_files.cc#newcode875 chrome/browser/chromeos/gdata/gdata_files.cc:875: const GDataEntryProto& entry = proto->gdata_directory().gdata_entry(); nit: maybe call this ...
8 years, 7 months ago (2012-05-18 17:42:56 UTC) #2
satorux1
http://codereview.chromium.org/10332253/diff/1/chrome/browser/chromeos/gdata/gdata_files.cc File chrome/browser/chromeos/gdata/gdata_files.cc (right): http://codereview.chromium.org/10332253/diff/1/chrome/browser/chromeos/gdata/gdata_files.cc#newcode875 chrome/browser/chromeos/gdata/gdata_files.cc:875: const GDataEntryProto& entry = proto->gdata_directory().gdata_entry(); On 2012/05/18 17:42:56, achuith.bhandarkar ...
8 years, 7 months ago (2012-05-18 17:55:28 UTC) #3
achuithb
8 years, 7 months ago (2012-05-18 18:01:06 UTC) #4
lgtm

Powered by Google App Engine
This is Rietveld 408576698