DescriptionChanges ProviderImpl to use a single DataFetcherFactory instead of a
vector of DataFetcherFactories
In the current implementation, any OS can only use at most one DataFetcher, so
there will always be 0 or 1 DataFetcherFactories in the vector. Therefore it
is simpler to use a single DataFetcherFactory instead of an array. Since DataFetcherFactory is a pointer itself, it can be NULL when there are no available DataFetchers.
BUG=none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=149614
Patch Set 1 #
Total comments: 10
Patch Set 2 : Passes factory by value #
Total comments: 1
Patch Set 3 : Fixes comment #
Messages
Total messages: 7 (0 generated)
|