Fixed accessed time for files on Google Drive. Now it is equal to last viewed time.
Before, we were setting a file's access time field to the last modified time. As a result access time and modification time was always equal. Now, on old api (gdata_wapi_parser.cc) we get the date from the 'lastView' field, while on new api (drive_api_parser.cc) from the 'lastViewedByMeDate' field.
BUG=148434
TEST=unit_tests
Review URL: https://chromiumcodereview.appspot.com/10990018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@159195 0039d316-1c4b-4281-b951-d872f2087c98
7 files changed