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

Issue 10837250: gdata: Make callback parameter mandatory for GetEntryInfoByPath() (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 parameter mandatory for GetEntryInfoByPath() Forgot to do this in crrev.com/151558... BUG=126634 TEST=out/Release/unit_tests --gtest_filter=GData* Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=151579

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -2 lines) Patch
M chrome/browser/chromeos/gdata/gdata_file_system.cc View 3 chunks +5 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
satorux1
8 years, 4 months ago (2012-08-14 21:48:54 UTC) #1
achuithb
lgtm. It will be a good day when all callbacks can be made mandatory. I ...
8 years, 4 months ago (2012-08-14 21:57:27 UTC) #2
satorux1
8 years, 4 months ago (2012-08-14 22:00:58 UTC) #3
On 2012/08/14 21:57:27, achuith.bhandarkar wrote:
> lgtm.
> 
> It will be a good day when all callbacks can be made mandatory. I think we're
> close?

More than half is done.

Two weeks ago, there were 64 instances of if (!callback.is_null())
http://git.chromium.org/gitweb/?p=chromium.git;a=blob;f=chrome/browser/chrome...

With this change, there are 30 instances.

Powered by Google App Engine
This is Rietveld 408576698