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

Issue 10809054: gdata: Remove use of GetGDataEntryByPath() from StartFileUploadOnUIThread (Closed)

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

Description

gdata: Remove use of GetGDataEntryByPath() from StartFileUploadOnUIThread The number of calles of GetGDataEntryByPath() is reduced from 19 to 18. StartFileUploadParams is introduced to overcome the limitation of Bind. BUG=137694 TEST=out/Release/unit_tests --gtest_filter=GData*; confirm uploading to drive works as before by "save image as" to Drive. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=147964

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+65 lines, -25 lines) Patch
M chrome/browser/chromeos/gdata/gdata_file_system.h View 2 chunks +13 lines, -3 lines 2 comments Download
M chrome/browser/chromeos/gdata/gdata_file_system.cc View 3 chunks +52 lines, -22 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
satorux1
8 years, 5 months ago (2012-07-23 20:02:53 UTC) #1
achuithb
lgtm http://codereview.chromium.org/10809054/diff/1/chrome/browser/chromeos/gdata/gdata_file_system.h File chrome/browser/chromeos/gdata/gdata_file_system.h (right): http://codereview.chromium.org/10809054/diff/1/chrome/browser/chromeos/gdata/gdata_file_system.h#newcode176 chrome/browser/chromeos/gdata/gdata_file_system.h:176: struct StartFileUploadParams; So the reason for these params ...
8 years, 5 months ago (2012-07-23 22:01:45 UTC) #2
satorux1
8 years, 5 months ago (2012-07-23 22:02:49 UTC) #3
http://codereview.chromium.org/10809054/diff/1/chrome/browser/chromeos/gdata/...
File chrome/browser/chromeos/gdata/gdata_file_system.h (right):

http://codereview.chromium.org/10809054/diff/1/chrome/browser/chromeos/gdata/...
chrome/browser/chromeos/gdata/gdata_file_system.h:176: struct
StartFileUploadParams;
On 2012/07/23 22:01:45, achuith.bhandarkar wrote:
> So the reason for these params is the Bind arg size limit?

yes.

Powered by Google App Engine
This is Rietveld 408576698