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

Issue 10824240: gdata: Make callback parameters mandatory for TransferFile functions (Closed)

Created:
8 years, 4 months ago by satorux1
Modified:
8 years, 4 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: Make callback parameters mandatory for TransferFile functions The public functions TransferFileFromRemoteToLocal() and TransferFileFromLocalToRemote() are called from file_browser_private_api.cc with callbacks, hence it's safe to make the callback parameter mandatory. BUG=126634, 139446 TEST=out/Release/unit_tests --gtest_filter=GData* Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=150896

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -21 lines) Patch
M chrome/browser/chromeos/gdata/gdata_file_system.h View 5 chunks +5 lines, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/gdata_file_system.cc View 7 chunks +13 lines, -20 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_file_system_interface.h View 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
satorux1
8 years, 4 months ago (2012-08-09 18:24:05 UTC) #1
achuithb
8 years, 4 months ago (2012-08-09 18:27:23 UTC) #2
lgtm++. I think this will make it easier to find failures.

Powered by Google App Engine
This is Rietveld 408576698