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 10207022: gdata: Simplify InitiateUpload() and ResumeUpload() (Closed)

Created:
8 years, 8 months ago by satorux1
Modified:
8 years, 8 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: Simplify InitiateUpload() and ResumeUpload() These are called on UI thread, so no need to deal with MesageLoopProxy::current() etc. BUG=chromium-os:29036, chromium-os:29943 TEST=saving to gdata works as before and no error was emitted with --enable-dcheck with a Release build. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=133817

Patch Set 1 #

Total comments: 4

Patch Set 2 : address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -56 lines) Patch
M chrome/browser/chromeos/gdata/gdata_file_system.h View 1 3 chunks +4 lines, -16 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_file_system.cc View 1 2 chunks +10 lines, -40 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
satorux1
8 years, 8 months ago (2012-04-24 22:39:58 UTC) #1
achuithb
http://codereview.chromium.org/10207022/diff/1/chrome/browser/chromeos/gdata/gdata_file_system.cc File chrome/browser/chromeos/gdata/gdata_file_system.cc (right): http://codereview.chromium.org/10207022/diff/1/chrome/browser/chromeos/gdata/gdata_file_system.cc#newcode1898 chrome/browser/chromeos/gdata/gdata_file_system.cc:1898: MessageLoop::current()->PostTask( Is there a reason to PostTask here instead ...
8 years, 8 months ago (2012-04-24 23:46:14 UTC) #2
satorux1
http://codereview.chromium.org/10207022/diff/1/chrome/browser/chromeos/gdata/gdata_file_system.cc File chrome/browser/chromeos/gdata/gdata_file_system.cc (right): http://codereview.chromium.org/10207022/diff/1/chrome/browser/chromeos/gdata/gdata_file_system.cc#newcode1898 chrome/browser/chromeos/gdata/gdata_file_system.cc:1898: MessageLoop::current()->PostTask( On 2012/04/24 23:46:14, achuith.bhandarkar wrote: > Is there ...
8 years, 8 months ago (2012-04-24 23:54:19 UTC) #3
achuithb
8 years, 8 months ago (2012-04-24 23:55:27 UTC) #4
lgtm

Powered by Google App Engine
This is Rietveld 408576698