Set root resource ID upon full feed update.
commit5222f545d0d1c54f3beaaedc0ba21376946c2452
authorkochi@chromium.org <kochi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 31 Oct 2012 20:47:53 +0000 (31 20:47 +0000)
committerkochi@chromium.org <kochi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 31 Oct 2012 20:47:53 +0000 (31 20:47 +0000)
tree6f7694cbb725a37fdedbe06d566aa7ece9d9dae7
parent5bc7b22f45aa6e8f1ddef056721876743c72a314
Set root resource ID upon full feed update.

We used to set the resource ID at DriveResourceMetadata's
constructor as for WAPI the resource ID for root is
a fixed string, but for Drive API it is not fixed and
was set when About resource is obtained.

This caused a trouble for maintaining the code and
this CL is trying to consolidate setting root resource
ID at one place.

Although for Drive API 'root' can be used for a convenient
alias for queries, Drive API usually returns a reference
to root directory (e.g. reference to parent folder)
as its real root directory resource ID rather than 'root'
alias, therefore we don't use it here.

BUG=152230, 152288, 157314
TEST=compiles, pass all existing tests.

Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=164876

Review URL: https://chromiumcodereview.appspot.com/11227020

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165219 0039d316-1c4b-4281-b951-d872f2087c98
chrome/browser/chromeos/drive/drive_feed_loader.cc
chrome/browser/chromeos/drive/drive_feed_loader.h
chrome/browser/chromeos/drive/drive_file_system_unittest.cc
chrome/browser/chromeos/drive/drive_resource_metadata.cc
chrome/browser/chromeos/drive/drive_resource_metadata.h
chrome/browser/chromeos/drive/drive_resource_metadata_unittest.cc
chrome/browser/chromeos/drive/drive_test_util.cc