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

Issue 10914188: Added PlatformFileError param to FileSystemMountPointProvider::CreateFileSystemOperation function. (Closed)

Created:
8 years, 3 months ago by kmadhusu
Modified:
8 years, 3 months ago
Reviewers:
kinuko
CC:
chromium-reviews, stevenjb+watch_chromium.org, kinuko+watch, darin-cc_chromium.org, oshima+watch_chromium.org
Visibility:
Public.

Description

Added PlatformFileError param to FileSystemMountPointProvider::CreateFileSystemOperation function. BUG=141617 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=156042

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -14 lines) Patch
M webkit/chromeos/fileapi/cros_mount_point_provider.h View 1 chunk +2 lines, -1 line 0 comments Download
M webkit/chromeos/fileapi/cros_mount_point_provider.cc View 1 chunk +5 lines, -3 lines 2 comments Download
M webkit/fileapi/file_system_context.cc View 1 chunk +6 lines, -2 lines 0 comments Download
M webkit/fileapi/file_system_mount_point_provider.h View 1 chunk +4 lines, -2 lines 0 comments Download
M webkit/fileapi/isolated_mount_point_provider.h View 1 chunk +2 lines, -1 line 0 comments Download
M webkit/fileapi/isolated_mount_point_provider.cc View 1 chunk +2 lines, -1 line 0 comments Download
M webkit/fileapi/sandbox_mount_point_provider.h View 1 chunk +2 lines, -1 line 0 comments Download
M webkit/fileapi/sandbox_mount_point_provider.cc View 1 chunk +2 lines, -1 line 0 comments Download
M webkit/fileapi/test_mount_point_provider.h View 1 chunk +2 lines, -1 line 0 comments Download
M webkit/fileapi/test_mount_point_provider.cc View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
kinuko
lgtm, thanks!! https://chromiumcodereview.appspot.com/10914188/diff/1/webkit/chromeos/fileapi/cros_mount_point_provider.cc File webkit/chromeos/fileapi/cros_mount_point_provider.cc (right): https://chromiumcodereview.appspot.com/10914188/diff/1/webkit/chromeos/fileapi/cros_mount_point_provider.cc#newcode229 webkit/chromeos/fileapi/cros_mount_point_provider.cc:229: } else { nit: no need of ...
8 years, 3 months ago (2012-09-11 05:01:39 UTC) #1
kmadhusu
https://chromiumcodereview.appspot.com/10914188/diff/1/webkit/chromeos/fileapi/cros_mount_point_provider.cc File webkit/chromeos/fileapi/cros_mount_point_provider.cc (right): https://chromiumcodereview.appspot.com/10914188/diff/1/webkit/chromeos/fileapi/cros_mount_point_provider.cc#newcode229 webkit/chromeos/fileapi/cros_mount_point_provider.cc:229: } else { On 2012/09/11 05:01:39, kinuko wrote: > ...
8 years, 3 months ago (2012-09-11 15:11:42 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kmadhusu@chromium.org/10914188/1
8 years, 3 months ago (2012-09-11 15:15:33 UTC) #3
kinuko
I'm not suggesting we should ignore the else case... I meant we can omit the ...
8 years, 3 months ago (2012-09-11 15:32:35 UTC) #4
kmadhusu
I understand what you meant. I would like to leave it as it is. Thanks.
8 years, 3 months ago (2012-09-11 15:38:54 UTC) #5
commit-bot: I haz the power
8 years, 3 months ago (2012-09-11 17:38:15 UTC) #6
Change committed as 156042

Powered by Google App Engine
This is Rietveld 408576698